Reduce service start worker to every 3h

This commit is contained in:
Philipp Heckel 2022-01-17 19:02:46 -05:00
parent 7152469172
commit e87cc33f13

View file

@ -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
}
}