Add periodic sync check when syncing LF<>another DB
This commit is contained in:
parent
760ae07d72
commit
55087521f6
4 changed files with 63 additions and 3 deletions
|
@ -296,7 +296,7 @@ LFDB::LFDB(const Identity &myId,const char *path,const char *lfOwnerPrivate,cons
|
|||
const uint64_t prevRevision = oldMember["revision"];
|
||||
if (prevRevision < revision)
|
||||
_memberChanged(oldMember,member,timeRangeStart > 0);
|
||||
} else if (network.is_object()) {
|
||||
} else if (hasNetwork(nwid)) {
|
||||
nlohmann::json nullJson;
|
||||
_memberChanged(nullJson,member,timeRangeStart > 0);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue