feat: Add default value for DB_MAX_OVERFLOW (#1927)

This commit is contained in:
shaohuzhang1 2024-12-27 11:08:35 +08:00 committed by GitHub
parent e379b8c7e1
commit 441fb1a0b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -81,6 +81,7 @@ class Config(dict):
"DB_USER": "root",
"DB_PASSWORD": "Password123@postgres",
"DB_ENGINE": "dj_db_conn_pool.backends.postgresql",
"DB_MAX_OVERFLOW": 80,
# 向量模型
"EMBEDDING_MODEL_NAME": "shibing624/text2vec-base-chinese",
"EMBEDDING_DEVICE": "cpu",