Reduced send processing

pull/180/head
M66B 5 years ago
parent a0f74982bd
commit 08f0936e4c

@ -114,12 +114,8 @@ public class ServiceSend extends ServiceBase {
for (EntityOperation op : operations) { for (EntityOperation op : operations) {
if (!handling.contains(op.id)) if (!handling.contains(op.id))
process = true; process = true;
if (!EntityOperation.SYNC.equals(op.name))
ops.add(op.id); ops.add(op.id);
} }
for (Long h : handling)
if (!ops.contains(h))
process = true;
handling = ops; handling = ops;

Loading…
Cancel
Save