Skip to content

Commit

Permalink
Update gunicorn settings to match how we run our other services
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Park committed Feb 25, 2014
1 parent 26769c5 commit d3f41e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: gunicorn requestbin:app
web: gunicorn --worker-class gevent --workers 2 --max-requests 1000 requestbin:app

0 comments on commit d3f41e3

Please sign in to comment.