chore: Update database connection timeout settings

This commit is contained in:
Théophile Diot 2024-05-28 16:52:45 +01:00
parent ca7c2cbc60
commit 41e4834a06
No known key found for this signature in database
GPG key ID: 248FEA4BAE400D06

View file

@ -132,11 +132,6 @@ class Database:
"pool_size": 40,
"max_overflow": 20,
"pool_timeout": 5,
"connect_args": {
"connect_timeout": 5,
"read_timeout": 5,
"write_timeout": 5,
},
} | kwargs
try: