mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
chore: Update database connection timeout settings
This commit is contained in:
parent
d85b0ff69c
commit
ca7c2cbc60
1 changed files with 5 additions and 0 deletions
|
|
@ -132,6 +132,11 @@ class Database:
|
|||
"pool_size": 40,
|
||||
"max_overflow": 20,
|
||||
"pool_timeout": 5,
|
||||
"connect_args": {
|
||||
"connect_timeout": 5,
|
||||
"read_timeout": 5,
|
||||
"write_timeout": 5,
|
||||
},
|
||||
} | kwargs
|
||||
|
||||
try:
|
||||
|
|
|
|||
Loading…
Reference in a new issue