Annotation import: Use skipAll
for lastProcessedModificationTime save
This commit is contained in:
parent
d76cf829b1
commit
ea18641a62
1 changed files with 3 additions and 1 deletions
|
@ -315,7 +315,9 @@ class PDFWorker {
|
||||||
}
|
}
|
||||||
|
|
||||||
attachment.attachmentLastProcessedModificationTime = mtime;
|
attachment.attachmentLastProcessedModificationTime = mtime;
|
||||||
await attachment.saveTx({ skipDateModifiedUpdate: true });
|
await attachment.saveTx({
|
||||||
|
skipAll: true
|
||||||
|
});
|
||||||
|
|
||||||
Zotero.debug(`Imported ${imported.length} annotation(s) for item ${attachment.libraryKey} `
|
Zotero.debug(`Imported ${imported.length} annotation(s) for item ${attachment.libraryKey} `
|
||||||
+ `in ${new Date() - t} ms`);
|
+ `in ${new Date() - t} ms`);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue