Split treatments into smaller packages before broadcasting
This commit is contained in:
parent
3d956ed34a
commit
15a40cba80
|
@ -183,7 +183,7 @@ public class BroadcastTreatment {
|
|||
ret.add(newarr);
|
||||
}
|
||||
newarr = new JSONArray();
|
||||
count = 200;
|
||||
count = 100;
|
||||
}
|
||||
newarr.put(array.get(i));
|
||||
--count;
|
||||
|
|
Loading…
Reference in a new issue