mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 23:28:42 +03:00
Change execution window
This commit is contained in:
parent
ab266f35c5
commit
d734e8a4f8
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ public class FileAlterationMagicListener implements FileAlterationListener {
|
|||
|
||||
|
||||
new JobRequest.Builder(AutoUploadJob.TAG)
|
||||
.setExecutionWindow(30_000L, 40_000L)
|
||||
.setExecutionWindow(30_000L, 80_000L)
|
||||
.setRequiresCharging(syncedFolder.getChargingOnly())
|
||||
.setRequiredNetworkType(syncedFolder.getWifiOnly() ? JobRequest.NetworkType.UNMETERED :
|
||||
JobRequest.NetworkType.ANY)
|
||||
|
|
Loading…
Reference in a new issue