diff --git a/web/config.js b/web/config.js index 949e0620..53b56d5b 100644 --- a/web/config.js +++ b/web/config.js @@ -1,7 +1,7 @@ var config = { tileUrl: 'tiles/', updateUrl: 'up/', // For Apache and lighttpd -// updateUrl: 'up/default.aspx?lasttimestamp=', // For IIS +// updateUrl: 'up.aspx?path=', // For IIS updateRate: 2000, // Seconds the map should poll for updates. (Seconds) * 1000. The default is 2000 (every 2 seconds). showPortraitsOnMap: true, showPortraitsInPlayerList: true,