Skip to content

Commit

Permalink
Added Worker Class To ProcFile
Browse files Browse the repository at this point in the history
  • Loading branch information
NarayanAdithya committed Jun 17, 2022
1 parent 45a218d commit 87cd5ed
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 --workers=3 adithya:app
web: gunicorn --worker-class eventlet --workers=3 adithya:app

0 comments on commit 87cd5ed

Please sign in to comment.