From 80f9622c65e96b94320786ba4cb5ca9bfda4be25 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Tue, 18 Mar 2025 10:38:34 -0400 Subject: [PATCH] Change setItemDownloadPercentage() throttle from 100 ms to 25 ms https://github.com/zotero/zotero/pull/5124#issuecomment-2731535371 --- chrome/content/zotero/xpcom/storage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/storage.js b/chrome/content/zotero/xpcom/storage.js index aaad00fc6e..3a8379be50 100644 --- a/chrome/content/zotero/xpcom/storage.js +++ b/chrome/content/zotero/xpcom/storage.js @@ -97,7 +97,7 @@ Zotero.Sync.Storage = new function () { } Zotero.Notifier.trigger('redraw', 'item', parentItem.id, { column: "hasAttachment" }); } - }, 100); + }, 25); function error(e) {