Skip to content

Commit

Permalink
5 workers fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronshiel committed May 12, 2023
1 parent dbf8cb5 commit 452027f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/gunicorn_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# https://docs.gunicorn.org/en/stable/settings.html#workers
# import multiprocessing

workers = 4
workers = 5

# limit max clients at the time to prevent overload:
worker_connections = 150
Expand Down

0 comments on commit 452027f

Please sign in to comment.