feat: add db query timeout option

This commit is contained in:
Axel Cocat 2022-03-05 15:32:03 +01:00
parent 4b8dc1fa1c
commit ab5dcd3640
6 changed files with 105 additions and 67 deletions

View file

@ -28,5 +28,6 @@
"user": "root",
"password": "root",
"database": "acore_world"
}
},
"dbQueryTimeout": 10000
}