mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00: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
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue