mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Add versionadded directive to reload_extra_files
This commit is contained in:
parent
5426b04a7a
commit
ca053a5fe1
@ -320,6 +320,19 @@ 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-extra-files:
|
||||||
|
|
||||||
|
reload_extra_files
|
||||||
|
~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
* ``--reload-extra-file FILES``
|
||||||
|
* ``[]``
|
||||||
|
|
||||||
|
Extends :ref:`reload` option to also watch and reload on additional files
|
||||||
|
(e.g., templates, configurations, specifications, etc.).
|
||||||
|
|
||||||
|
.. versionadded:: 19.8
|
||||||
|
|
||||||
.. _spew:
|
.. _spew:
|
||||||
|
|
||||||
spew
|
spew
|
||||||
|
|||||||
@ -878,8 +878,10 @@ class ReloadExtraFiles(Setting):
|
|||||||
validator = validate_list_of_existing_files
|
validator = validate_list_of_existing_files
|
||||||
default = []
|
default = []
|
||||||
desc = """\
|
desc = """\
|
||||||
Extends --reload option to also watch and reload on additional files
|
Extends :ref:`reload` option to also watch and reload on additional files
|
||||||
(e.g., templates, configurations, specifications, etc.).
|
(e.g., templates, configurations, specifications, etc.).
|
||||||
|
|
||||||
|
.. versionadded:: 19.8
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user