mirror of
https://github.com/Cian-H/am-d-model.eu.git
synced 2026-07-31 16:52:12 +01:00
Optimisations to invenio server config
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user