Skip to content

Commit

Permalink
feat(backend): gunicorn 配置调整 TencentBlueKing#7563
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzhw8 committed Oct 24, 2024
1 parent 9141f73 commit 383d520
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dbm-ui/etc/gunicorn.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
keepalive = 2
# The maximum number of requests a worker will process before restarting
max_requests = 2000
limit_request_line = 8190

spew = False

Expand Down

0 comments on commit 383d520

Please sign in to comment.