Skip to content

Commit

Permalink
Changing wokers to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
nss10 committed Mar 5, 2025
1 parent 4cf6033 commit 942c00b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/wsgi/gunicorn.conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

wsgi_app = "bin.settings:application"
bind = "0.0.0.0:8000"
workers = multiprocessing.cpu_count() * 2 + 1
workers = 1
worker_class = "gevent"
worker_connections = 100
preload_app = False
Expand Down

0 comments on commit 942c00b

Please sign in to comment.