From 1d279a26440730bf483d6f54c88edbdc7e9708b9 Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Wed, 24 Apr 2024 12:08:57 -0400 Subject: [PATCH] Minor update before trying live --- .env.default | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.default b/.env.default index e2c5acc..62ee492 100644 --- a/.env.default +++ b/.env.default @@ -108,8 +108,8 @@ AE_API_GUNICORN_PORT_BLUE=5068 AE_API_GUNICORN_PORT_BLACK=5069 AE_API_GUNICORN_PORT_WHITE=5070 AE_API_GUNICORN_TIMEOUT=2100 # (default=30; should be much higher) -AE_API_GUNICORN_GRACEFUL_TIMEOUT=30 # (default=30) -AE_API_GUNICORN_KEEPALIVE=30 # (default=2) +AE_API_GUNICORN_GRACEFUL_TIMEOUT=20 # (default=30) +AE_API_GUNICORN_KEEPALIVE=5 # (default=2) AE_API_GUNICORN_WORKERS=2 # (default=2) AE_API_GUNICORN_THREADS=2 # (default=2) AE_API_RELOAD=False