Skip to content
This repository has been archived by the owner on Jul 15, 2019. It is now read-only.

Commit

Permalink
Merge pull request #33 from business-factory/fix-increase-worker-conn…
Browse files Browse the repository at this point in the history
…ections

Increase Gunicorn worker connections, 100 -> 1000
  • Loading branch information
miso-belica committed Aug 28, 2018
2 parents 3456d93 + 0f3f9ac commit 1c570d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/settings/settings_gunicorn.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
workers = 4
bind = "0.0.0.0:8005"
worker_class = "eventlet"
worker_connections = 100
worker_connections = 1000

# Overwrite some Gunicorns params by ENV variables
for k, v in os.environ.items():
Expand Down

0 comments on commit 1c570d1

Please sign in to comment.