We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 366513c commit 0a9b9dcCopy full SHA for 0a9b9dc
1 file changed
app/src/main/java/com/nextcloud/client/jobs/BackgroundJobManagerImpl.kt
@@ -276,7 +276,7 @@ internal class BackgroundJobManagerImpl(
276
.addContentUriTrigger(MediaStore.Video.Media.INTERNAL_CONTENT_URI, true)
277
.addContentUriTrigger(MediaStore.Video.Media.EXTERNAL_CONTENT_URI, true)
278
.setTriggerContentUpdateDelay(Duration.ofSeconds(5))
279
- .setTriggerContentUpdateDelay(Duration.ofSeconds(10))
+ .setTriggerContentMaxDelay(Duration.ofSeconds(10))
280
.build()
281
282
val request = oneTimeRequestBuilder(ContentObserverWork::class, JOB_CONTENT_OBSERVER)
0 commit comments