Skip to content

Commit

Permalink
Fix capacity
Browse files Browse the repository at this point in the history
  • Loading branch information
Dukuze authored and Dukuze committed Nov 21, 2023
1 parent 1c02fb4 commit dd684a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gunicorn_config.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
workers = 4 # Adjust based on your server capacity
workers = 3 # Adjust based on your server capacity
bind = "0.0.0.0:8000"
worker_class = "gthread"
threads = 4 # Adjust based on your server capacity

0 comments on commit dd684a9

Please sign in to comment.