Commit Graph

2 Commits

Author SHA1 Message Date
Christian Kamm
a627f373b1 Ensure local discovery on selective sync changes
As far as I'm aware local discovery can be skipped on folders that are
selective-sync blacklisted, so a local discovery is required when an
entry is removed from the blacklist.

Also rename
avoidReadFromDbOnNextSync() -> schedulePathForRemoteDiscovery()
since the old name might also imply it's not read from db in the local
discovery - which is not the case. Use Folder::
schedulePathForLocalDiscovery() for that.
2019-02-14 10:57:09 +01:00
Olivier Goffart
d29a05aea5 New Discovery Algorithm: Ge tthe size of new folders
Also add a test that this works properly
2018-10-09 14:39:23 +02:00