New Discovery algorithm: Remove the sync cleanup phase
authorOlivier Goffart <ogoffart@woboq.com>
Tue, 9 Oct 2018 13:54:42 +0000 (15:54 +0200)
committerKevin Ottens <kevin.ottens@nextcloud.com>
Tue, 15 Dec 2020 09:58:08 +0000 (10:58 +0100)
commitc8eff3da2d3e0b06ccbba2c6f4d8b106b3b56ddd
tree43f21fac0f696bb1631858a97d520bd17a8a5a4f
parent35c0cf4e598268b2f7c3f27a22c48caaf7c5eff7
New Discovery algorithm: Remove the sync cleanup phase

Since we do not recurse within some directories, many files are not seen.

The stale entry will cleanup by themself as the sync engine try to remove
the files that are already removed.
Should we need to actually do this cleanup, it should be dotected in the
discovery.
src/common/syncjournaldb.cpp
src/common/syncjournaldb.h
src/libsync/syncengine.cpp
src/libsync/syncengine.h