Added config for database max connections
This commit is contained in:
parent
bbd90eb976
commit
522e647db0
3 changed files with 7 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue