linux: HACK disable watcher and crash uploader temporarily

This commit is contained in:
Dzmitry Malyshau 2024-02-04 20:23:06 -08:00
parent d03f3b9f18
commit 8d339ede1c
2 changed files with 4 additions and 0 deletions

View file

@ -301,6 +301,8 @@ impl Fs for RealFs {
.configure(Config::default().with_poll_interval(latency))
.unwrap();
//TODO: unblock this
#[cfg(not(target_os = "linux"))]
watcher
.watch(path, notify::RecursiveMode::Recursive)
.unwrap();