diff --git a/config/config.json b/config/config.json index 3250489d30..8328a5bf95 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 +}