Change setItemDownloadPercentage() throttle from 100 ms to 25 ms
https://github.com/zotero/zotero/pull/5124#issuecomment-2731535371
This commit is contained in:
parent
c9f43bcdb8
commit
80f9622c65
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ Zotero.Sync.Storage = new function () {
|
|||
}
|
||||
Zotero.Notifier.trigger('redraw', 'item', parentItem.id, { column: "hasAttachment" });
|
||||
}
|
||||
}, 100);
|
||||
}, 25);
|
||||
|
||||
|
||||
function error(e) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue