- Updates batch size to 2000
This commit is contained in:
@ -1056,7 +1056,7 @@ define(
|
||||
var columns = {},
|
||||
queue = new jQuery.AsyncQueue(),
|
||||
batchNumber = 0,
|
||||
batchSize = 500,
|
||||
batchSize = 2000,
|
||||
timestamp = Date.now() / 1000,
|
||||
subscribers = [],
|
||||
importResults = {
|
||||
|
Reference in New Issue
Block a user