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) {