diff --git a/chrome/content/zotero/xpcom/storage.js b/chrome/content/zotero/xpcom/storage.js index ec5147b4f4..d494c2d1ba 100644 --- a/chrome/content/zotero/xpcom/storage.js +++ b/chrome/content/zotero/xpcom/storage.js @@ -508,7 +508,7 @@ Zotero.Sync.Storage = new function () { // Can only handle 999 bound parameters at a time var numIDs = itemIDs.length; - var maxIDs = 990; + var maxIDs = 990; // Leave room for other parameters var done = 0; var rows = [];