From 2bbffe535078e413bce1246f5cc037a5a257483a Mon Sep 17 00:00:00 2001 From: Fraser Date: Fri, 31 Mar 2023 19:46:04 -0400 Subject: [PATCH] up runtime bound --- api/gunicorn.conf.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 api/gunicorn.conf.py diff --git a/api/gunicorn.conf.py b/api/gunicorn.conf.py new file mode 100644 index 0000000..2880f19 --- /dev/null +++ b/api/gunicorn.conf.py @@ -0,0 +1 @@ +TIMEOUT=300