Clarify the 990
This commit is contained in:
parent
5d7b37a157
commit
e161f19272
|
@ -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 = [];
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user