Configure pooling for cron tests
This commit is contained in:
parent
a943b50adb
commit
260a3f3e9c
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@ port = not_used
|
|||
[database]
|
||||
enabled = yes
|
||||
url = sqlite:///test/lacre.db
|
||||
pooling_mode = optimistic
|
||||
max_connection_age = 3600
|
||||
|
||||
[relay]
|
||||
host = localhost
|
||||
|
|
Loading…
Reference in a new issue