mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 14:55:50 +01:00
blob erasure is not synced, need to clean them up before each content hash check
This commit is contained in:
@@ -72,7 +72,7 @@ function addEntityChangesForSector(entityName, sector) {
|
||||
}
|
||||
});
|
||||
|
||||
log.info(`Added sector ${sector} of '${entityName}' to sync queue in ${Date.now() - startTime}ms.`);
|
||||
log.info(`Added sector ${sector} of '${entityName}' (${entityChanges.length} entities) to sync queue in ${Date.now() - startTime}ms.`);
|
||||
}
|
||||
|
||||
function cleanupEntityChangesForMissingEntities(entityName, entityPrimaryKey) {
|
||||
|
||||
Reference in New Issue
Block a user