decrease standard refresh time to 30 seconds, so chat is more up to date

increase map tile cache to 2 minutes, so the increased refresh for chat does not impact map data tile requests
This commit is contained in:
Jon Atkins
2013-06-15 17:08:59 +01:00
parent 993c830bf0
commit c776a07fd6
2 changed files with 3 additions and 3 deletions

View File

@ -114,7 +114,7 @@ function wrapper() {
L_PREFER_CANVAS = false;
// CONFIG OPTIONS ////////////////////////////////////////////////////
window.REFRESH = 60; // refresh view every 60s (base time)
window.REFRESH = 30; // refresh view every 30s (base time)
window.ZOOM_LEVEL_ADJ = 5; // add 5 seconds per zoom level
window.ON_MOVE_REFRESH = 1.25; //refresh time to use after a movement event
window.MINIMUM_OVERRIDE_REFRESH = 5; //limit on refresh time since previous refresh, limiting repeated move refresh rate