diff --git a/apps/maxkb/conf.py b/apps/maxkb/conf.py index 967bad7cc..da060f955 100644 --- a/apps/maxkb/conf.py +++ b/apps/maxkb/conf.py @@ -64,6 +64,7 @@ class Config(dict): "POOL_SIZE": 20, "MAX_OVERFLOW": int(self.get('DB_MAX_OVERFLOW')), "RECYCLE": 1800, + "PRE_PING": True, "TIMEOUT": 30 } }