diff --git a/.env.default b/.env.default index d8f202d..0343d23 100644 --- a/.env.default +++ b/.env.default @@ -111,9 +111,9 @@ AE_API_GUNICORN_PORT_WHITE=5070 AE_API_GUNICORN_TIMEOUT=2100 # (default=30; should be much higher) AE_API_GUNICORN_GRACEFUL_TIMEOUT=20 # (default=30) AE_API_GUNICORN_KEEPALIVE=5 # (default=2) -# More workers are noticably faster, but use much more memory. Aproxamately 180 MiB to 200 MiB per worker. +# More workers are noticeably faster, but use much more memory. Approximately 180 MiB to 200 MiB per worker. AE_API_GUNICORN_WORKERS=2 # (default=2) -# Less threads seems to be more stable... Ideallly just 1 thread per worker. +# Less threads seems to be more stable... Ideally just 1 thread per worker. AE_API_GUNICORN_THREADS=2 # (default=2) AE_API_RELOAD=False AE_API_JWT_KEY="ABC123 22 CHARS" # 22 characters; super secret Aether JWT signing key