From e161f19272f9d58771e7bb807f44d8f89668c30b Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Wed, 26 Nov 2008 08:42:45 +0000 Subject: [PATCH] Clarify the 990 --- 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 ec5147b4f..d494c2d1b 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 = [];