Is it possible to disable Linux inotify watchers?

Is it possible to disable inotify watchers completely, to only use regular directory scans?

Motivation: I have folders with a large source code tree that accumulates millions of files. I’m afraid that inotify watchers for this folder are not useful. Even worse, having inotify seems to use up all watchers from all processes.

I have googled for “syncthing disable inotify” and also searched this forum but did not find anything. Sorry if this is obvious but I’ve just started using syncthing and may not know about this…

Just uncheck “Watch for Changes” in folder settings → Advanced.

It will then fall back to just regular scans in intervals. The interval is configurable on the same page.

Note that if you’re using an additional wrapper (SyncTrayzor or others) those may also use watchers you need to disable.

2 Likes

Awesome, thanks! This solves my needs exactly!

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.