Commit 12229a4
committed
Set
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]>polling_interval according to when changes are expected1 parent e731c34 commit 12229a4
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
| |||
65 | 67 | | |
66 | 68 | | |
67 | 69 | | |
| 70 | + | |
68 | 71 | | |
69 | 72 | | |
70 | 73 | | |
| |||
0 commit comments