From 34d7be2b7d7b9a3f099f09598264bd827d05a252 Mon Sep 17 00:00:00 2001 From: Peter Stockings Date: Mon, 30 Jan 2023 22:12:28 +1100 Subject: [PATCH] Increase number of workers 4->5 in attempt to fix lag issues --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 9af4d6b..17a32c0 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn app:app --workers=4 \ No newline at end of file +web: gunicorn app:app --workers=5 \ No newline at end of file