commit 5d7b37a1576cebc01c1d30b58333f21c141d3bbd
parent d387f99710ec7ec6ae6ce656342073ee72740d5a
Author: Dan Stillman <dstillman@zotero.org>
Date: Wed, 26 Nov 2008 07:45:55 +0000
Account for other bound parameters in statement when setting max
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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 = [];