Allow long running purge

pull/210/head
M66B 2 years ago
parent 87956d420f
commit 38c6c3b513

@ -2158,7 +2158,8 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
} }
for (TupleOperationEx op : partition) for (TupleOperationEx op : partition)
if (EntityOperation.SYNC.equals(op.name)) { if (EntityOperation.SYNC.equals(op.name) ||
EntityOperation.PURGE.equals(op.name)) {
timeout = 24 * 3600 * 1000L; timeout = 24 * 3600 * 1000L;
break; break;
} }

Loading…
Cancel
Save