mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
significantly faster sync with transactions
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user