diff options
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 8 | ||||
-rw-r--r-- | bin/OpenSimDefaults.ini | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 0de4002..cd90517 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -88,12 +88,12 @@ | |||
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.01 |
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.01 |
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!). |
96 | ; NonphysicalPrimMax = 256 | 96 | ; NonPhysicalPrimMax = 256 |
97 | 97 | ||
98 | ;# {PhysicalPrimMin} {} {Minimum size of physical prims?} {} 10 | 98 | ;# {PhysicalPrimMin} {} {Minimum size of physical prims?} {} 10 |
99 | ;; Maximum size where a prim can be physical. Affects resizing of existing prims. This can be overriden in the region config file. | 99 | ;; Maximum size where a prim can be physical. Affects resizing of existing prims. This can be overriden in the region config file. |
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 0173f5b..ef4f578 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -85,8 +85,8 @@ | |||
85 | ;; from the selected region_info_source. | 85 | ;; from the selected region_info_source. |
86 | allow_regionless = false | 86 | allow_regionless = false |
87 | 87 | ||
88 | ; Maximum size of non physical prims. Affects resizing of existing prims. This can be overriden in the region config file (as NonphysicalPrimMax!). | 88 | ; Maximum size of non physical prims. Affects resizing of existing prims. This can be overriden in the region config file (as NonPhysicalPrimMax!). |
89 | NonphysicalPrimMax = 256 | 89 | NonPhysicalPrimMax = 256 |
90 | 90 | ||
91 | ; Maximum size of physical prims. Affects resizing of existing prims. This can be overriden in the region config file. | 91 | ; Maximum size of physical prims. Affects resizing of existing prims. This can be overriden in the region config file. |
92 | PhysicalPrimMax = 10 | 92 | PhysicalPrimMax = 10 |