From d5a23ca2c104410dac679d4f9d2b18ddf7310734 Mon Sep 17 00:00:00 2001 From: alan-wu Date: Mon, 4 Nov 2024 11:15:52 +1300 Subject: [PATCH] Add preload flag to gunicorn. --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index dc46f1b..134bc5c 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn main:app \ No newline at end of file +web: gunicorn main:app --preload \ No newline at end of file