Skip to content

Commit 441fb1a

Browse files
authored
feat: Add default value for DB_MAX_OVERFLOW (#1927)
1 parent e379b8c commit 441fb1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/smartdoc/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ class Config(dict):
8181
"DB_USER": "root",
8282
"DB_PASSWORD": "Password123@postgres",
8383
"DB_ENGINE": "dj_db_conn_pool.backends.postgresql",
84+
"DB_MAX_OVERFLOW": 80,
8485
# 向量模型
8586
"EMBEDDING_MODEL_NAME": "shibing624/text2vec-base-chinese",
8687
"EMBEDDING_DEVICE": "cpu",

0 commit comments

Comments
 (0)