Closed
Description
The documentation says:
'interval' - Specifies the interval duration in seconds, the time period between polling for file changes.
But interval is actually passed through to fs.watchFile, where it's interpreted as milliseconds (not seconds). Putting in a value of "1" for interval increased my CPU load somewhat unexpectedly.
Metadata
Metadata
Assignees
Labels
No labels