0

comment clarity to alleviate confusion regarding cacheMinutes.

This commit is contained in:
Michael Writhe
2011-10-19 16:46:01 -06:00
parent 600b801144
commit 73ace48c71

View File

@@ -1,7 +1,9 @@
var overviewerConfig = {
/**
* These are things that will probably not need to be changed by the user,
* but are there because otherwise changing them is a giant PITA.
* These are things that will probably not need to be changed, but are there because
* otherwise changing them is a giant PITA. If you, the user, sees that its crucial for
* you to change these settings then the document repository might be able to assit you.
* http://docs.overviewer.org/en/latest/options/#cmdoption--web-assets-path
*/
'CONST': {
/**
@@ -88,6 +90,11 @@ var overviewerConfig = {
'center': {spawn_coords},
/**
* Set this to tell browsers how long they should cache tiles in minutes.
* Essentially if set to 0, the url for tiles will end in .png
* if not set to 0 it will amend a number derived from the current time
* to the end of the url, like .png?c=123456. This is a great method for
* preventing browsers from caching the images. 0 saves bandwidth, not 0
* prevents caching.
*/
'cacheMinutes': 0,
/**