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