Commit e5dbd8deddf31ab1083fc27f3c95f863512b1381

Authored by Antoine Goutenoir
1 parent 932e1fa4
Exists in master

Bump timeouts.

This may help while we're moving to Celery.
Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
uwsgi.ini
... ... @@ -2,6 +2,6 @@
2 2 module = flaskr.wsgi
3 3 callable = app
4 4 harakiri = 3600
5   -http-timeout = 300
6   -socket-timeout = 300
  5 +http-timeout = 3600
  6 +socket-timeout = 3600
7 7 ;check-static = flaskr
8 8 \ No newline at end of file
... ...