1
0

Added config for database max connections

This commit is contained in:
kolaente
2018-10-11 18:39:53 +02:00
parent bbd90eb976
commit 522e647db0
3 changed files with 7 additions and 1 deletions

View File

@ -45,6 +45,9 @@ database:
Path: "./vikunja.db"
# Whether to show mysql queries or not. Useful for debugging.
showqueries: "false"
# Sets the max open connections to the database. Only used when using mysql.
openconnections: 100
cache:
# If cache is enabled or not