split JSON arrays to 50 elements
This commit is contained in:
parent
01002f11e7
commit
3f7819937b
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ public class BroadcastTreatment {
|
|||
ret.add(newarr);
|
||||
}
|
||||
newarr = new JSONArray();
|
||||
count = 100;
|
||||
count = 50;
|
||||
}
|
||||
newarr.put(array.get(i));
|
||||
--count;
|
||||
|
|
Loading…
Reference in a new issue