diff --git a/Procfile b/Procfile index e3b833c..c5475a2 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ -web: gunicorn -w 6 -b 127.0.0.1:42157 forget:app +web: gunicorn -w 9 -t 3600 -b 127.0.0.1:42157 forget:app worker: python tasks.py -B