Skip to content

Commit 0459eed

Browse files
perf: increase MAX_OVERFLOW of database connection pool.
1 parent 2033a34 commit 0459eed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/smartdoc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def get_db_setting(self) -> dict:
111111
"ENGINE": self.get('DB_ENGINE'),
112112
"POOL_OPTIONS": {
113113
"POOL_SIZE": 20,
114-
"MAX_OVERFLOW": 5
114+
"MAX_OVERFLOW": 80
115115
}
116116
}
117117

0 commit comments

Comments
 (0)