Move UpdaterJob to 2 days in 3 hours span

since j2k updates more often than stable (although not lately...)
This commit is contained in:
Jays2Kings 2021-04-27 23:04:16 -04:00
parent 77c080cc47
commit d9a4438226

View File

@ -47,9 +47,9 @@ class UpdaterJob(private val context: Context, workerParams: WorkerParameters) :
.build() .build()
val request = PeriodicWorkRequestBuilder<UpdaterJob>( val request = PeriodicWorkRequestBuilder<UpdaterJob>(
1, 2,
TimeUnit.DAYS, TimeUnit.DAYS,
1, 3,
TimeUnit.HOURS TimeUnit.HOURS
) )
.addTag(TAG) .addTag(TAG)