split JSON arrays to 50 elements

This commit is contained in:
Milos Kozak 2017-09-18 20:10:53 +02:00
parent 01002f11e7
commit 3f7819937b

View file

@ -183,7 +183,7 @@ public class BroadcastTreatment {
ret.add(newarr);
}
newarr = new JSONArray();
count = 100;
count = 50;
}
newarr.put(array.get(i));
--count;