From a0969c63dbcfd419110f9dfd3a21ca1c199320cd Mon Sep 17 00:00:00 2001 From: Peter Stockings Date: Tue, 24 Jan 2023 20:04:53 +1100 Subject: [PATCH] Attempt to fix timeout issues --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 1075cc1..97a9e32 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn --worker-class eventlet -w 1 app:app \ No newline at end of file +web: gunicorn --worker-class eventlet -w 3 --timeout 90 app:app \ No newline at end of file