summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorJacob Green <jacob@workflowy.com>2019-04-23 09:08:05 -0700
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-04-26 12:55:49 +0200
commited3c59097a01ed3f32f8a8bed95307fb5c181251 (patch)
treec972573ddf63b5779837c357d51412ced8a7c974 /docs/ref
parentefeceba589974b95b35b2e25df86498c96315518 (diff)
Fixed #30361 -- Increased the default timeout of watchman client to 5 seconds and made it customizable.
Made the default timeout of watchman client customizable via DJANGO_WATCHMAN_TIMEOUT environment variable.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/django-admin.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt
index 0df57475ab..b531978dd6 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -897,6 +897,11 @@ more robust change detection, and a reduction in power usage.
for optimal performance. See the `watchman documentation`_ for information
on how to do this.
+.. admonition:: Watchman timeout
+
+ The default timeout of ``Watchman`` client is 5 seconds. You can change it
+ by setting the ``DJANGO_WATCHMAN_TIMEOUT`` environment variable.
+
.. _Watchman: https://facebook.github.io/watchman/
.. _pywatchman: https://pypi.org/project/pywatchman/
.. _watchman documentation: https://facebook.github.io/watchman/docs/config.html#ignore_dirs