From 5d7b37a1576cebc01c1d30b58333f21c141d3bbd Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Wed, 26 Nov 2008 07:45:55 +0000 Subject: [PATCH] Account for other bound parameters in statement when setting max --- 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 cf177a52f..ec5147b4f 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 = 999; + var maxIDs = 990; var done = 0; var rows = [];