diff --git a/apps/smartdoc/conf.py b/apps/smartdoc/conf.py index e041c85ad85..054c5d8320f 100644 --- a/apps/smartdoc/conf.py +++ b/apps/smartdoc/conf.py @@ -111,7 +111,7 @@ def get_db_setting(self) -> dict: "ENGINE": self.get('DB_ENGINE'), "POOL_OPTIONS": { "POOL_SIZE": 20, - "MAX_OVERFLOW": 5 + "MAX_OVERFLOW": 80 } }