summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-11-02 10:32:49 -0400
committerGitHub <noreply@github.com>2016-11-02 10:32:49 -0400
commit58cc061b3879400f5909f1bf056c44402afb4d19 (patch)
tree7ba3fdddc4da7de588624245ef801f5408a41cb3 /config
parentb05f82e2310284165d4bdcbde729be0c3fff34b0 (diff)
downloadchat-58cc061b3879400f5909f1bf056c44402afb4d19.tar.gz
chat-58cc061b3879400f5909f1bf056c44402afb4d19.tar.bz2
chat-58cc061b3879400f5909f1bf056c44402afb4d19.zip
Changing defaults for DB connections for performance. (#4424)
Diffstat (limited to 'config')
-rw-r--r--config/config.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/config.json b/config/config.json
index 3250489d3..8328a5bf9 100644
--- a/config/config.json
+++ b/config/config.json
@@ -57,8 +57,8 @@
"DriverName": "mysql",
"DataSource": "mmuser:mostest@tcp(dockerhost:3306)/mattermost_test?charset=utf8mb4,utf8",
"DataSourceReplicas": [],
- "MaxIdleConns": 10,
- "MaxOpenConns": 10,
+ "MaxIdleConns": 20,
+ "MaxOpenConns": 300,
"Trace": false,
"AtRestEncryptKey": ""
},
@@ -238,4 +238,4 @@
"TurnUsername": "",
"TurnSharedKey": ""
}
-} \ No newline at end of file
+}