diff --git a/apps/maxkb/conf.py b/apps/maxkb/conf.py index 06847685..967bad7c 100644 --- a/apps/maxkb/conf.py +++ b/apps/maxkb/conf.py @@ -63,8 +63,8 @@ class Config(dict): "POOL_OPTIONS": { "POOL_SIZE": 20, "MAX_OVERFLOW": int(self.get('DB_MAX_OVERFLOW')), - 'RECYCLE': 1800, - 'TIMEOUT': 30 + "RECYCLE": 1800, + "TIMEOUT": 30 } }