aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini
diff options
context:
space:
mode:
authorSnoopy Pfeffer2011-08-14 17:45:23 +0200
committerSnoopy Pfeffer2011-08-14 17:45:23 +0200
commite19843a0ee6deb1f9f96a954c97c011b3110aac0 (patch)
tree27d9cac9bedb801147600011184286188f9d57f4 /bin/OpenSimDefaults.ini
parentllGetPrimitiveParams fix prim hollow/hole shape value (diff)
downloadopensim-SC_OLD-e19843a0ee6deb1f9f96a954c97c011b3110aac0.zip
opensim-SC_OLD-e19843a0ee6deb1f9f96a954c97c011b3110aac0.tar.gz
opensim-SC_OLD-e19843a0ee6deb1f9f96a954c97c011b3110aac0.tar.bz2
opensim-SC_OLD-e19843a0ee6deb1f9f96a954c97c011b3110aac0.tar.xz
WorldMap: Added map item for Land-for-Sale. Implemented backlist item timeouts (default 10 minutes; see also new config file setting BlacklistTimeout) and removing backlisted neigboring regions that have been restarted from the blacklist.
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r--bin/OpenSimDefaults.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 23218f1..31e86a5 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -216,6 +216,9 @@
216 ;WorldMapModule = "WorldMap" 216 ;WorldMapModule = "WorldMap"
217 ;MapImageModule = "MapImageModule" 217 ;MapImageModule = "MapImageModule"
218 218
219 ; World map blacklist timeout in seconds
220 ;BlacklistTimeout = 600
221
219 ; Set to false to not generate any maptiles 222 ; Set to false to not generate any maptiles
220 ;GenerateMaptiles = true 223 ;GenerateMaptiles = true
221 224