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: guide/src/cli/arg-watcher.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
@@ -4,4 +4,4 @@ There are different backends used to determine when a file has changed.
4
4
5
5
*`poll` (default) --- Checks for file modifications by scanning the filesystem every second.
6
6
*`native` --- Uses the native operating system facilities to receive notifications when files change.
7
-
This can have less constant overhead, but may not be as reliable as the `poll` based watcher.
7
+
This can have less constant overhead, but may not be as reliable as the `poll` based watcher. See these issues for more information: [#383](https://github.com/rust-lang/mdBook/issues/383)[#1441](https://github.com/rust-lang/mdBook/issues/1441)[#1707](https://github.com/rust-lang/mdBook/issues/1707)[#2035](https://github.com/rust-lang/mdBook/issues/2035)[#2102](https://github.com/rust-lang/mdBook/issues/2102)
0 commit comments