mirror of
https://github.com/syncthing/syncthing.git
synced 2026-05-05 21:55:50 -04:00
Prior to this change we schedule summaries on each state change, i.e. scanning->idle and idle->scanning, which is unnecessary. Now we only do it on index updates, plus the immediate one on going syncing->idle.