Skip to content

Commit

Permalink
Merge pull request #15 from cmu-delphi/increase-gunicorn-timeouts
Browse files Browse the repository at this point in the history
Increase gunicorn timeouts
  • Loading branch information
korlaxxalrok authored Oct 15, 2024
2 parents a8e3918 + 9886edc commit cc0f75e
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 cc0f75e

Please sign in to comment.