summaryrefslogtreecommitdiff
path: root/docs/narr
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2020-01-03 22:53:51 -0600
committerMichael Merickel <michael@merickel.org>2020-01-03 22:53:51 -0600
commitb629ee810ccf9ffb4f166f3e766c8f795a0cecdb (patch)
treeca11625518ea242073cce95977b4d9cb6eb10bcf /docs/narr
parentc4bf8853b67c2a178f2bd84d8cb6d76f21269f90 (diff)
downloadpyramid-b629ee810ccf9ffb4f166f3e766c8f795a0cecdb.tar.gz
pyramid-b629ee810ccf9ffb4f166f3e766c8f795a0cecdb.tar.bz2
pyramid-b629ee810ccf9ffb4f166f3e766c8f795a0cecdb.zip
remove inotify
Diffstat (limited to 'docs/narr')
-rw-r--r--docs/narr/project.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst
index fc5cfd056..c65bdb178 100644
--- a/docs/narr/project.rst
+++ b/docs/narr/project.rst
@@ -1168,7 +1168,7 @@ inotify support
By default ``hupper`` will poll the filesystem for changes to all Python
code. This can be pretty inefficient in larger projects.
To be nicer to your hard drive, you should install either the `watchman <https://facebook.github.io/watchman/>`_ or `watchdog <https://pythonhosted.org/watchdog/>`_ package in development.
-``hupper`` will use, in order of preference for efficiency, if available, ``watchman``, ``watchdog``, then finally ``inotify`` to poll the filesystem.
+``hupper`` will use, in order of preference for efficiency, if available, ``watchman``, ``watchdog``, or finally polling to detect changes to the filesystem.
Monitoring Custom Files
~~~~~~~~~~~~~~~~~~~~~~~