aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
authornebadon2012-02-04 19:41:25 -0700
committernebadon2012-02-04 19:41:25 -0700
commit44badf452e72463950c21595b641b26844a5d1d3 (patch)
treee74b69a709fdc392f0b24710707cf5529bdfeab0 /bin/OpenSim.ini.example
parentMake NonphysicalPrimMax setting work properly (diff)
downloadopensim-SC_OLD-44badf452e72463950c21595b641b26844a5d1d3.zip
opensim-SC_OLD-44badf452e72463950c21595b641b26844a5d1d3.tar.gz
opensim-SC_OLD-44badf452e72463950c21595b641b26844a5d1d3.tar.bz2
opensim-SC_OLD-44badf452e72463950c21595b641b26844a5d1d3.tar.xz
change NonPhysicalPrimMax to NonphysicalPrimMax to make this variable
work correctly, it was being ignored because of the case, this effects OpenSim.ini.example and OpenSimDefaults.ini
Diffstat (limited to '')
-rwxr-xr-xbin/OpenSim.ini.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index f9b405d..d45f72b 100755
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -87,7 +87,7 @@
87 87
88 ;# {NonPhysicalPrimMax} {} {Maximum size of nonphysical prims?} {} 256 88 ;# {NonPhysicalPrimMax} {} {Maximum size of nonphysical prims?} {} 256
89 ;; Maximum size for non-physical prims. Affects resizing of existing prims. This can be overriden in the region config file (as NonphysicalPrimMax!). 89 ;; Maximum size for non-physical prims. Affects resizing of existing prims. This can be overriden in the region config file (as NonphysicalPrimMax!).
90 ; NonPhysicalPrimMax = 256 90 ; NonphysicalPrimMax = 256
91 91
92 ;# {PhysicalPrimMax} {} {Maximum size of physical prims?} {} 10 92 ;# {PhysicalPrimMax} {} {Maximum size of physical prims?} {} 10
93 ;; Maximum size where a prim can be physical. Affects resizing of existing prims. This can be overriden in the region config file. 93 ;; Maximum size where a prim can be physical. Affects resizing of existing prims. This can be overriden in the region config file.