Merge pull request #409 from MilosKozak/treatments-splotbroadcast

Split treatments into smaller packages before broadcasting
This commit is contained in:
Milos Kozak 2017-09-01 16:30:54 +02:00 committed by GitHub
commit 737c1f4e0b

View file

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