We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e379b8c commit 441fb1aCopy full SHA for 441fb1a
apps/smartdoc/conf.py
@@ -81,6 +81,7 @@ class Config(dict):
81
"DB_USER": "root",
82
"DB_PASSWORD": "Password123@postgres",
83
"DB_ENGINE": "dj_db_conn_pool.backends.postgresql",
84
+ "DB_MAX_OVERFLOW": 80,
85
# 向量模型
86
"EMBEDDING_MODEL_NAME": "shibing624/text2vec-base-chinese",
87
"EMBEDDING_DEVICE": "cpu",
0 commit comments