Skip to content

Commit

Permalink
perf: increase MAX_OVERFLOW of database connection pool.
Browse files Browse the repository at this point in the history
  • Loading branch information
liqiang-fit2cloud committed Dec 26, 2024
1 parent 0ba733e commit 982be95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/smartdoc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def get_db_setting(self) -> dict:
"ENGINE": self.get('DB_ENGINE'),
"POOL_OPTIONS": {
"POOL_SIZE": 20,
"MAX_OVERFLOW": 5
"MAX_OVERFLOW": 80
}
}

Expand Down

0 comments on commit 982be95

Please sign in to comment.