You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -117,6 +118,8 @@ The service is configured by Environment Variable:
117
118
| ALTI_WORKERS |`0`| Number of workers. `0` or negative value means that the number of worker are computed from the number of cpu |
118
119
| DFT_CACHE_HEADER |`public, max-age=86400`| Default cache settings for successful GET, HEAD and OPTIONS requests |
119
120
| GUNICORN_WORKER_TMP_DIR |`None`| This should be set to an tmpfs file system for better performance. See https://docs.gunicorn.org/en/stable/settings.html#worker-tmp-dir.|
121
+
| GUNICORN_KEEPALIVE |`2`| The [`keepalive`](https://docs.gunicorn.org/en/stable/settings.html#keepalive) setting passed to gunicorn. |
0 commit comments