You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set polling_interval according to when changes are expected
When testing for events in a file watcher, we need to set the
`polling_interval` to a value that is small enough to detect the changes
we are expecting, otherwise some events could be "merged" if the changes
happen faster than the polling interval.
Signed-off-by: Leandro Lucarella <[email protected]>
0 commit comments