Added config for database max connections

This commit is contained in:
kolaente 2018-10-11 18:39:53 +02:00
parent bbd90eb976
commit 522e647db0
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
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