significantly faster sync with transactions

This commit is contained in:
zadam
2020-04-04 21:49:57 +02:00
parent ae50c9847d
commit b1bed18331
4 changed files with 31 additions and 28 deletions

View File

@@ -126,7 +126,7 @@ async function getChanged(req) {
};
if (ret.syncs.length > 0) {
log.info(`Returning ${ret.syncs.length} in ${Date.now() - startTime}ms`);
log.info(`Returning ${ret.syncs.length} sync records in ${Date.now() - startTime}ms`);
}
return ret;