Minor text changes

This commit is contained in:
Scott Idem
2024-10-09 14:42:42 -04:00
parent 2911007b1f
commit 97ddb96829

View File

@@ -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