aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example6
-rw-r--r--bin/OpenSimDefaults.ini2
-rw-r--r--bin/Regions/Regions.ini.example2
3 files changed, 5 insertions, 5 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index e3b91ae..c4697a1 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -113,15 +113,15 @@
113 ;; NonPhysicalPrimMax!). 113 ;; NonPhysicalPrimMax!).
114 ; NonPhysicalPrimMax = 256 114 ; NonPhysicalPrimMax = 256
115 115
116 ;# {PhysicalPrimMin} {} {Minimum size of physical prims?} {} 10 116 ;# {PhysicalPrimMin} {} {Minimum size of physical prims?} {} 0.01
117 ;; Maximum size where a prim can be physical. Affects resizing of 117 ;; Maximum size where a prim can be physical. Affects resizing of
118 ;; existing prims. This can be overriden in the region config file. 118 ;; existing prims. This can be overriden in the region config file.
119 ; PhysicalPrimMin = 0.01 119 ; PhysicalPrimMin = 0.01
120 120
121 ;# {PhysicalPrimMax} {} {Maximum size of physical prims?} {} 10 121 ;# {PhysicalPrimMax} {} {Maximum size of physical prims?} {} 64
122 ;; Maximum size where a prim can be physical. Affects resizing of 122 ;; Maximum size where a prim can be physical. Affects resizing of
123 ;; existing prims. This can be overriden in the region config file. 123 ;; existing prims. This can be overriden in the region config file.
124 ; PhysicalPrimMax = 10 124 ; PhysicalPrimMax = 64
125 125
126 ;# {ClampPrimSize} {} {Clamp viewer rezzed prims to max sizes?} {true false} false 126 ;# {ClampPrimSize} {} {Clamp viewer rezzed prims to max sizes?} {true false} false
127 ;; If a viewer attempts to rez a prim larger than the non-physical or 127 ;; If a viewer attempts to rez a prim larger than the non-physical or
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 026f285..f59dbf2 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -97,7 +97,7 @@
97 NonPhysicalPrimMax = 256 97 NonPhysicalPrimMax = 256
98 98
99 ; Maximum size of physical prims. Affects resizing of existing prims. This can be overriden in the region config file. 99 ; Maximum size of physical prims. Affects resizing of existing prims. This can be overriden in the region config file.
100 PhysicalPrimMax = 10 100 PhysicalPrimMax = 64
101 101
102 ; If a viewer attempts to rez a prim larger than the non-physical or physical prim max, clamp the dimensions to the appropriate maximum 102 ; If a viewer attempts to rez a prim larger than the non-physical or physical prim max, clamp the dimensions to the appropriate maximum
103 ; This can be overriden in the region config file. 103 ; This can be overriden in the region config file.
diff --git a/bin/Regions/Regions.ini.example b/bin/Regions/Regions.ini.example
index ab3a62a..aabc4f8 100644
--- a/bin/Regions/Regions.ini.example
+++ b/bin/Regions/Regions.ini.example
@@ -29,7 +29,7 @@ ExternalHostName = "SYSTEMIP"
29; * 29; *
30 30
31; NonphysicalPrimMax = 256 31; NonphysicalPrimMax = 256
32; PhysicalPrimMax = 10 32; PhysicalPrimMax = 64
33; ClampPrimSize = False 33; ClampPrimSize = False
34; MaxPrims = 15000 34; MaxPrims = 15000
35; MaxAgents = 100 35; MaxAgents = 100