Files
syncthing/lib/model
Simon FreiandGitHub ed6b56d48f chore(model): don't check existing file twice in rename detection (#10833)
This is related to and lessens issue:

https://github.com/syncthing/syncthing/issues/10777

@SoongVilda found that a recent change to track already deleted or
existing files only in the scope of a batch, also stopped tracking
already existing files. Thus the osutil.IsDeleted check can be executed
many times if lots of identical files get picked up in a scan:


https://github.com/syncthing/syncthing/issues/10777#issuecomment-4991039201

The change in question:

chore(model): more efficient tracking of renames during scan (#10653)
2721b7b522

---------

Signed-off-by: Simon Frei <freisim93@gmail.com>
2026-07-27 08:28:04 +02:00
..