aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
authorBlueWall2012-09-18 10:09:32 -0400
committerBlueWall2012-09-18 10:12:32 -0400
commit9d973ec3b377f51eab4cbd8ef7528d91477fc1d7 (patch)
tree2f9ec14b07720df8be1daa72ae3b48b1a1b7180a /bin/OpenSim.ini.example
parentFix some inconsistencies in configurartion: NonPhys prims (diff)
downloadopensim-SC_OLD-9d973ec3b377f51eab4cbd8ef7528d91477fc1d7.zip
opensim-SC_OLD-9d973ec3b377f51eab4cbd8ef7528d91477fc1d7.tar.gz
opensim-SC_OLD-9d973ec3b377f51eab4cbd8ef7528d91477fc1d7.tar.bz2
opensim-SC_OLD-9d973ec3b377f51eab4cbd8ef7528d91477fc1d7.tar.xz
Cleanup from prev. commit
Make correct defaults to Phys/nonPhys prims to fix errors in prev. commit
Diffstat (limited to '')
-rw-r--r--bin/OpenSim.ini.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index cd90517..3ec4bab 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -87,9 +87,9 @@
87 ;; from the selected region_info_source. 87 ;; from the selected region_info_source.
88 ; allow_regionless = false 88 ; allow_regionless = false
89 89
90 ;# {NonPhysicalPrimMin} {} {Minimum size of nonphysical prims?} {} 0.01 90 ;# {NonPhysicalPrimMin} {} {Minimum size of nonphysical prims?} {} 0.001
91 ;; Minimum size for non-physical prims. Affects resizing of existing prims. This can be overriden in the region config file (as NonPhysicalPrimMin!). 91 ;; Minimum size for non-physical prims. Affects resizing of existing prims. This can be overriden in the region config file (as NonPhysicalPrimMin!).
92 ; NonPhysicalPrimMin = 0.01 92 ; NonPhysicalPrimMin = 0.001
93 93
94 ;# {NonPhysicalPrimMax} {} {Maximum size of nonphysical prims?} {} 256 94 ;# {NonPhysicalPrimMax} {} {Maximum size of nonphysical prims?} {} 256
95 ;; Maximum size for non-physical prims. Affects resizing of existing prims. This can be overriden in the region config file (as NonPhysicalPrimMax!). 95 ;; Maximum size for non-physical prims. Affects resizing of existing prims. This can be overriden in the region config file (as NonPhysicalPrimMax!).