diff --git a/Procfile b/Procfile index 3a99997..c63e4dc 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn httpbin:app -b "0.0.0.0:$PORT" -w 16 -k gevent \ No newline at end of file +web: gunicorn httpbin:app -b "0.0.0.0:$PORT" -w 16 -k gevent -t 3 \ No newline at end of file