We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f79ae01 commit 4c878b0Copy full SHA for 4c878b0
apps/smartdoc/conf.py
@@ -118,7 +118,8 @@ def get_db_setting(self) -> dict:
118
"POOL_SIZE": 20,
119
"MAX_OVERFLOW": int(self.get('DB_MAX_OVERFLOW')),
120
"RECYCLE": 1800,
121
- "TIMEOUT": 30
+ "TIMEOUT": 30,
122
+ 'PRE_PING': True
123
}
124
125
pyproject.toml
@@ -64,7 +64,7 @@ pylint = "3.3.6"
64
pydub = "0.25.1"
65
cffi = "1.17.1"
66
pysilk = "0.0.1"
67
-django-db-connection-pool = "1.2.5"
+django-db-connection-pool = "1.2.6"
68
opencv-python-headless = "4.11.0.86"
69
pymysql = "1.1.1"
70
accelerate = "1.6.0"
0 commit comments