Decrease interval for auto-updating of movies/tv shows

This commit is contained in:
Synced Synapse 2015-01-29 23:03:43 +00:00
parent a846018939
commit f46b18a15c
1 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,8 @@ public class Settings {
* The update interval for the records in the DB. If the last update is older than this value
* a refresh will be triggered. Aplicable to TV Shows and Movies.
*/
public static final long DB_UPDATE_INTERVAL = 12 * DateUtils.HOUR_IN_MILLIS;
// public static final long DB_UPDATE_INTERVAL = DateUtils.MINUTE_IN_MILLIS;
// public static final long DB_UPDATE_INTERVAL = 12 * DateUtils.HOUR_IN_MILLIS;
public static final long DB_UPDATE_INTERVAL = 5 * DateUtils.MINUTE_IN_MILLIS;
// Constants for Shared Preferences
private static final String SETTINGS_KEY = "SETTINGS_SHARED_PREFS";