Clarify the 990

This commit is contained in:
Dan Stillman 2008-11-26 08:42:45 +00:00
parent 5d7b37a157
commit e161f19272

View File

@ -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 = [];