Split treatments into smaller packages before broadcasting

This commit is contained in:
AdrianLxM 2017-09-01 14:02:47 +02:00 committed by GitHub
parent 3d956ed34a
commit 15a40cba80

View file

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