mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Change metadata fetch interval back to 4 days.
Bug 19774872. Change-Id: Icd790414d9462ee74a7eac11dd255fddf3048dce
This commit is contained in:
parent
04f03267a4
commit
a9c235b533
@ -83,7 +83,7 @@ public final class DictionaryService extends Service {
|
||||
* How often, in milliseconds, we want to update the metadata. This is a
|
||||
* floor value; actually, it may happen several hours later, or even more.
|
||||
*/
|
||||
private static final long UPDATE_FREQUENCY_MILLIS = TimeUnit.DAYS.toMillis(1);
|
||||
private static final long UPDATE_FREQUENCY_MILLIS = TimeUnit.DAYS.toMillis(4);
|
||||
|
||||
/**
|
||||
* We are waked around midnight, local time. We want to wake between midnight and 6 am,
|
||||
|
Loading…
Reference in New Issue
Block a user