Skip to content
Snippets Groups Projects
Commit 14ba1b5f authored by Horcon's avatar Horcon
Browse files

Changed back value from testing.

parent 040a9d42
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,7 @@ public class RssRefresh { ...@@ -40,7 +40,7 @@ public class RssRefresh {
//Set the time to next refresh depending on setting in memory //Set the time to next refresh depending on setting in memory
switch (refreshSetting) { switch (refreshSetting) {
case 0: case 0:
timeToNextRefresh = 1L * MILLISECONDS * SECONDS * 2; timeToNextRefresh = 1L * MILLISECONDS * SECONDS * 10;
break; break;
case 1: case 1:
timeToNextRefresh = 1L * MILLISECONDS * SECONDS * MINUTES; timeToNextRefresh = 1L * MILLISECONDS * SECONDS * MINUTES;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment