mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-12-23 06:31:47 +01:00
Move UpdaterJob to 2 days in 3 hours span
since j2k updates more often than stable (although not lately...)
This commit is contained in:
parent
77c080cc47
commit
d9a4438226
@ -47,9 +47,9 @@ class UpdaterJob(private val context: Context, workerParams: WorkerParameters) :
|
||||
.build()
|
||||
|
||||
val request = PeriodicWorkRequestBuilder<UpdaterJob>(
|
||||
1,
|
||||
2,
|
||||
TimeUnit.DAYS,
|
||||
1,
|
||||
3,
|
||||
TimeUnit.HOURS
|
||||
)
|
||||
.addTag(TAG)
|
||||
|
Loading…
Reference in New Issue
Block a user