Async Poll: keep the size in the database
authorOlivier Goffart <ogoffart@woboq.com>
Thu, 14 Mar 2019 11:08:47 +0000 (12:08 +0100)
committerKevin Ottens <kevin.ottens@nextcloud.com>
Tue, 15 Dec 2020 09:58:44 +0000 (10:58 +0100)
commit4346567a032584682709db11693eb6d1f4edb91c
tree0410ccd440721f6aeaa676b004d1bcea403d88cf
parent46bf3ed31a69543e146c118a3d140838b91aab7c
Async Poll: keep the size in the database

This was not required with 2.5 because a size of 0 was ignorted when comparing
size by the csync updater, to be compatible with very old version of the database.
But the we discovery will still think the file is changed if the database contains
a size of 0
src/common/syncjournaldb.cpp
src/common/syncjournaldb.h
src/libsync/owncloudpropagator.cpp
src/libsync/propagateupload.cpp