Add support for using polling to detect changes.

Closes #4
This commit is contained in:
David Coppit
2018-08-17 21:53:30 -04:00
parent e65260ff52
commit f1d26df840
3 changed files with 23 additions and 1 deletions

View File

@@ -39,5 +39,8 @@ UMASK=0
# file even if it already has that mode.
IGNORE_EVENTS_WHILE_COMMAND_IS_RUNNING=1
# Set to true to use polling to detect changes. For non-linux file systems, such as Windows shares, you must use polling.
USE_POLLING=no
# Set this to 1 to log all events, for debugging purposes. WARNING! This creates copious amounts of confusing logging!
DEBUG=0