Reduced send processing

This commit is contained in:
M66B 2020-06-11 15:56:14 +02:00
parent a0f74982bd
commit 08f0936e4c
1 changed files with 1 additions and 5 deletions

View File

@ -114,12 +114,8 @@ public class ServiceSend extends ServiceBase {
for (EntityOperation op : operations) {
if (!handling.contains(op.id))
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;