Changing defaults for DB connections for performance. (#4424)

This commit is contained in:
Christopher Speller
2016-11-02 10:32:49 -04:00
committed by GitHub
parent b05f82e231
commit 58cc061b38

View File

@@ -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": ""
}
}
}