mirror of
https://github.com/langgenius/dify.git
synced 2026-05-30 13:47:52 +08:00
feat: support SQLALCHEMY_POOL_RESET_ON_RETURN config (#31156)
This commit is contained in:
@ -98,6 +98,8 @@ DB_DATABASE=dify
|
||||
|
||||
SQLALCHEMY_POOL_PRE_PING=true
|
||||
SQLALCHEMY_POOL_TIMEOUT=30
|
||||
# Connection pool reset behavior on return
|
||||
SQLALCHEMY_POOL_RESET_ON_RETURN=rollback
|
||||
|
||||
# Storage configuration
|
||||
# use for store upload files, private keys...
|
||||
|
||||
Reference in New Issue
Block a user