From 932e1fa4589fe0fcc76c04120aab507d4efa23a9 Mon Sep 17 00:00:00 2001 From: Antoine Goutenoir Date: Thu, 13 Feb 2020 17:46:42 +0100 Subject: [PATCH] Bump timeouts. --- uwsgi.ini | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/uwsgi.ini b/uwsgi.ini index b0f58fd..c228b19 100644 --- a/uwsgi.ini +++ b/uwsgi.ini @@ -2,4 +2,6 @@ module = flaskr.wsgi callable = app harakiri = 3600 +http-timeout = 300 +socket-timeout = 300 ;check-static = flaskr \ No newline at end of file -- libgit2 0.21.2