[no ci] Add documentation for UWSGI_IDLE

pull/191/head
Rui Carmo 2021-02-27 13:18:46 +00:00 zatwierdzone przez GitHub
rodzic d275ab541f
commit 514baebcc8
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -32,6 +32,7 @@ You can configure deployment settings by placing special variables in an `ENV` f
* `UWSGI_GEVENT`: enable the Python 2 `gevent` plugin
* `UWSGI_ASYNCIO`: enable the Python 2/3 `asyncio` plugin
* `UWSGI_INCLUDE_FILE`: a uwsgi config file in the app's dir to include - useful for including custom uwsgi directives.
* `UWSGI_IDLE` (integer): set the `cheap`, `idle` and `die-on-idle` options to have workers spawned on demand and killed after _n_ seconds of inactivity.
## Nginx Settings