Skip to content

Commit

Permalink
Increase gunicorn timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
korlaxxalrok committed Oct 15, 2024
1 parent a8e3918 commit 9886edc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gunicorn/gunicorn.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@

bind = "0.0.0.0:8000"
workers = multiprocessing.cpu_count() * 2 + 1
keepalive = 120
timeout = 300

0 comments on commit 9886edc

Please sign in to comment.