Fetch/download will take longer

pull/209/head
M66B 2 years ago
parent 724a7b4a4e
commit f287ed5aab

@ -2113,7 +2113,8 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
else if (EntityOperation.ADD.equals(op.name) ||
EntityOperation.BODY.equals(op.name) ||
EntityOperation.ATTACHMENT.equals(op.name) ||
EntityOperation.RAW.equals(op.name))
EntityOperation.RAW.equals(op.name) ||
(EntityOperation.FETCH.equals(op.name) && folder.download))
timeout += WAKELOCK_CONTENT_MAX; // -> 10 minutes
else if (EntityOperation.MOVE.equals(op.name) ||
EntityOperation.COPY.equals(op.name))

Loading…
Cancel
Save