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 c3298e4 commit a0ef445Copy full SHA for a0ef445
app/src/main/java/com/nextcloud/client/jobs/BackgroundJobManagerImpl.kt
@@ -103,7 +103,7 @@ internal class BackgroundJobManagerImpl(
103
const val DEFAULT_PERIODIC_JOB_INTERVAL_MINUTES = 15L
104
const val OFFLINE_OPERATIONS_PERIODIC_JOB_INTERVAL_MINUTES = 5L
105
const val DEFAULT_IMMEDIATE_JOB_DELAY_SEC = 3L
106
- const val DEFAULT_BACKOFF_CRITERIA_DELAY_SEC = 60L
+ const val DEFAULT_BACKOFF_CRITERIA_DELAY_SEC = 300L
107
108
private const val KEEP_LOG_MILLIS = 1000 * 60 * 60 * 24 * 3L
109
0 commit comments