mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Regenerate settings.rst to add --reload-engine
This commit is contained in:
parent
ca053a5fe1
commit
9eea021ac8
@ -320,6 +320,24 @@ because it consumes less system resources.
|
|||||||
In order to use the inotify reloader, you must have the ``inotify``
|
In order to use the inotify reloader, you must have the ``inotify``
|
||||||
package installed.
|
package installed.
|
||||||
|
|
||||||
|
.. _reload-engine:
|
||||||
|
|
||||||
|
reload_engine
|
||||||
|
~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
* ``--reload-engine STRING``
|
||||||
|
* ``auto``
|
||||||
|
|
||||||
|
The implementation that should be used to power :ref:`reload`.
|
||||||
|
|
||||||
|
Valid engines are:
|
||||||
|
|
||||||
|
* 'auto'
|
||||||
|
* 'poll'
|
||||||
|
* 'inotify' (requires inotify)
|
||||||
|
|
||||||
|
.. versionadded:: 19.7
|
||||||
|
|
||||||
.. _reload-extra-files:
|
.. _reload-extra-files:
|
||||||
|
|
||||||
reload_extra_files
|
reload_extra_files
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user