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
@@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
2 module = flaskr.wsgi 2 module = flaskr.wsgi
3 callable = app 3 callable = app
4 harakiri = 3600 4 harakiri = 3600
5 -http-timeout = 300  
6 -socket-timeout = 300 5 +http-timeout = 3600
  6 +socket-timeout = 3600
7 ;check-static = flaskr 7 ;check-static = flaskr
8 \ No newline at end of file 8 \ No newline at end of file