Optimisations to invenio server config

This commit is contained in:
2025-08-20 14:23:26 +01:00
parent 738d953ce8
commit cb736aae19
2 changed files with 23 additions and 0 deletions
+5
View File
@@ -103,6 +103,11 @@ APP_ALLOWED_HOSTS = ["localhost", "127.0.0.1"]
# Set via env variable
# SQLALCHEMY_DATABASE_URI=
SQLALCHEMY_ENGINE_OPTIONS = {
"pool_size": 5,
"max_overflow": 5,
"pool_recycle": 3600,
}
# Invenio-App