Merge pull request #9785 from certusoft/mysql_performance

MySQL Performance when using GF_DATABASE_URL
This commit is contained in:
Carl Bergquist
2017-11-09 18:07:22 +01:00
committed by GitHub
4 changed files with 18 additions and 6 deletions

View File

@ -224,6 +224,9 @@ The maximum number of connections in the idle connection pool.
### max_open_conn
The maximum number of open connections to the database.
### log_queries
Set to `true` to log the sql calls and execution times.
<hr />
## [security]