summaryrefslogtreecommitdiffstats
path: root/webapp/components/admin_console/database_settings.jsx
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2017-06-28 10:34:00 -0400
committerChristopher Speller <crspeller@gmail.com>2017-06-28 07:34:00 -0700
commit005dd0754ba6dec00d8e4a84a297d0f35fbefb2b (patch)
tree9a21ff859d987cb067371939f37e385d97f92e03 /webapp/components/admin_console/database_settings.jsx
parent2dea567dcfcdfcd016c0da55a120c6e854760fb0 (diff)
downloadchat-005dd0754ba6dec00d8e4a84a297d0f35fbefb2b.tar.gz
chat-005dd0754ba6dec00d8e4a84a297d0f35fbefb2b.tar.bz2
chat-005dd0754ba6dec00d8e4a84a297d0f35fbefb2b.zip
Update gorp to support query timeouts on postgres (#6730)
* Update gorp to support query timeouts on postgres * Update help text to remove postgres exception * Fix glide.lock
Diffstat (limited to 'webapp/components/admin_console/database_settings.jsx')
-rw-r--r--webapp/components/admin_console/database_settings.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/admin_console/database_settings.jsx b/webapp/components/admin_console/database_settings.jsx
index 7b8891b2a..e182db70e 100644
--- a/webapp/components/admin_console/database_settings.jsx
+++ b/webapp/components/admin_console/database_settings.jsx
@@ -142,7 +142,7 @@ export default class DatabaseSettings extends AdminSettings {
helpText={
<FormattedMessage
id='admin.sql.queryTimeoutDescription'
- defaultMessage='The number of seconds to wait for a response from the database after opening a connection and sending the query. Errors that you see in the UI or in the logs as a result of a query timeout can vary depending on the type of query. This setting has no effect on PostgreSQL databases.'
+ defaultMessage='The number of seconds to wait for a response from the database after opening a connection and sending the query. Errors that you see in the UI or in the logs as a result of a query timeout can vary depending on the type of query.'
/>
}
value={this.state.queryTimeout}