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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Currently working features in java-watch:
7
7
8
8
- Recursive watches, even if platform doesn't support it natively.
9
9
- Recursive watches also work inside directories created after the watch started
10
-
-On overflow events no **new** directories (and it's recursive files) are missed, modification events will however not be simulated
10
+
-Even in case of overflow you will get notifications of **new** directories (and it's recursive files), modification events will however not be simulated
11
11
- Single file watches
12
12
- Multiple watches for the same directory are merged to avoid overloading the kernel
13
13
- Events are process on a worker pool, which you can customize.
0 commit comments