Skip to content

Commit a0ef445

Browse files
committed
increase default backoff
Signed-off-by: alperozturk <[email protected]>
1 parent c3298e4 commit a0ef445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ internal class BackgroundJobManagerImpl(
103103
const val DEFAULT_PERIODIC_JOB_INTERVAL_MINUTES = 15L
104104
const val OFFLINE_OPERATIONS_PERIODIC_JOB_INTERVAL_MINUTES = 5L
105105
const val DEFAULT_IMMEDIATE_JOB_DELAY_SEC = 3L
106-
const val DEFAULT_BACKOFF_CRITERIA_DELAY_SEC = 60L
106+
const val DEFAULT_BACKOFF_CRITERIA_DELAY_SEC = 300L
107107

108108
private const val KEEP_LOG_MILLIS = 1000 * 60 * 60 * 24 * 3L
109109

0 commit comments

Comments
 (0)