bump gunicorn timeout to 1 hour for uploads

This commit is contained in:
codl 2017-08-04 01:06:01 +02:00
parent 27ad3d80fa
commit 078f1aa554
No known key found for this signature in database
GPG Key ID: 6CD7C8891ED1233A
1 changed files with 1 additions and 1 deletions

View File

@ -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