Add more values

This commit is contained in:
vshcherb 2017-07-21 09:59:37 +02:00 committed by GitHub
parent e59c4d6600
commit a63575b54c

View file

@ -131,7 +131,7 @@ public class OsmandMonitoringPlugin extends OsmandPlugin {
public static final int[] SECONDS = new int[] {0, 1, 2, 3, 5, 10, 15, 30, 60, 90};
public static final int[] MINUTES = new int[] {2, 3, 5};
public static final int[] MAX_INTERVAL_TO_SEND_MINUTES = new int[] {5, 10, 15};
public static final int[] MAX_INTERVAL_TO_SEND_MINUTES = new int[] {1, 2, 5, 10, 15, 20, 30, 60};
@Override
@ -514,4 +514,4 @@ public class OsmandMonitoringPlugin extends OsmandPlugin {
return DashTrackFragment.FRAGMENT_DATA;
}
}
}