attempts to eliminate database connection errors

This commit is contained in:
Bryan Van Deusen
2025-08-05 20:42:50 -04:00
parent 68cff4e028
commit 71abc499a5
3 changed files with 61 additions and 33 deletions
-3
View File
@@ -28,6 +28,3 @@ class Config:
SQLALCHEMY_TRACK_MODIFICATIONS = False
SQLALCHEMY_ENGINE_OPTIONS = {
"pool_pre_ping": True
}