increase time before idle starts - stock was updated a while ago to be much longer than 5 mins (an hour?) - let's try 15 mins for IITC

This commit is contained in:
Jon Atkins 2015-01-26 18:04:27 +00:00
parent 68d11d6a3c
commit 0fd3fb94b2

View File

@ -132,7 +132,7 @@ window.ZOOM_LEVEL_ADJ = 5; // add 5 seconds per zoom level
window.ON_MOVE_REFRESH = 2.5; //refresh time to use after a movement event
window.MINIMUM_OVERRIDE_REFRESH = 10; //limit on refresh time since previous refresh, limiting repeated move refresh rate
window.REFRESH_GAME_SCORE = 15*60; // refresh game score every 15 minutes
window.MAX_IDLE_TIME = 4*60; // stop updating map after 4min idling
window.MAX_IDLE_TIME = 15*60; // stop updating map after 15min idling
window.HIDDEN_SCROLLBAR_ASSUMED_WIDTH = 20;
window.SIDEBAR_WIDTH = 300;