commit e161f19272f9d58771e7bb807f44d8f89668c30b parent 5d7b37a1576cebc01c1d30b58333f21c141d3bbd Author: Dan Stillman <dstillman@zotero.org> Date: Wed, 26 Nov 2008 08:42:45 +0000 Clarify the 990 Diffstat:
| M | 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 @@ -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 = [];