Skip to content

Commit 9afe71c

Browse files
Merge pull request #16532 from nextcloud/fix/auto-upload-worker-expedited-work
fix(auto-upload): expedited work
2 parents bc078d7 + 76466ce commit 9afe71c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

app/src/main/java/com/nextcloud/client/jobs/BackgroundJobManagerImpl.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,6 @@ internal class BackgroundJobManagerImpl(
501501
jobName = JOB_IMMEDIATE_FILES_SYNC + "_" + syncedFolderID
502502
)
503503
.setInputData(arguments)
504-
.setExpedited(OutOfQuotaPolicy.RUN_AS_NON_EXPEDITED_WORK_REQUEST)
505504
.setConstraints(constraints)
506505
.setBackoffCriteria(
507506
BackoffPolicy.LINEAR,

0 commit comments

Comments
 (0)