syncthing version: 1.23.6
devices: win11, centos7
I changed the fs watcher delay from the default 10s to 1s and enabled watching on windows and linux. Anything else is default setting.
File modification works as expected, syncing in real time, either from windows to linux, or linux to windows.
File creation is not synced that fast. When creating new files (.txt, .png) on windows, the created files immediately appear on linux. However, when creating new files on linux, the files would not be on windows, even after 3 minutes. I haven’t tested for how long it would need to sync. For now, I just manually rescan on web-GUI.
At first, I thought it was the inotify limit problem as described at FAQ. However, I checked the log at stdout on linux, everything is fine.
Do you have any ideas what causes the delay from linux to windows when creating new files?