Reduce service start worker to every 3h
This commit is contained in:
parent
7152469172
commit
e87cc33f13
1 changed files with 1 additions and 1 deletions
|
@ -541,6 +541,6 @@ class MainActivity : AppCompatActivity(), ActionMode.Callback, AddFragment.Subsc
|
|||
// Thanks to varunon9 (https://gist.github.com/varunon9/f2beec0a743c96708eb0ef971a9ff9cd) for this!
|
||||
|
||||
const val POLL_WORKER_INTERVAL_MINUTES = 2 * 60L
|
||||
const val SERVICE_START_WORKER_INTERVAL_MINUTES = 6 * 60L
|
||||
const val SERVICE_START_WORKER_INTERVAL_MINUTES = 3 * 60L
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue