mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-23 03:12:15 +00:00
Update: Allow setting higher sync interval (closes #280)
This commit is contained in:
parent
440090adeb
commit
0f97b91311
@ -83,7 +83,7 @@ val PrefsEntries = mapOf(
|
||||
val IntPrefsRanges = mapOf(
|
||||
Preferences.Key.UpdatedApps to 1..200,
|
||||
Preferences.Key.NewApps to 1..50,
|
||||
Preferences.Key.AutoSyncInterval to 1..1440, // TODO unlimited
|
||||
Preferences.Key.AutoSyncInterval to null,
|
||||
Preferences.Key.ReleasesCacheRetention to 0..365,
|
||||
Preferences.Key.ImagesCacheRetention to 0..365,
|
||||
Preferences.Key.ProxyPort to 1..65535,
|
||||
|
Loading…
x
Reference in New Issue
Block a user