Change setItemDownloadPercentage() throttle from 100 ms to 25 ms

https://github.com/zotero/zotero/pull/5124#issuecomment-2731535371
This commit is contained in:
Dan Stillman 2025-03-18 10:38:34 -04:00
parent c9f43bcdb8
commit 80f9622c65

View file

@ -97,7 +97,7 @@ Zotero.Sync.Storage = new function () {
}
Zotero.Notifier.trigger('redraw', 'item', parentItem.id, { column: "hasAttachment" });
}
}, 100);
}, 25);
function error(e) {