aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorMelanie2009-12-05 19:53:54 +0000
committerMelanie2009-12-05 19:53:54 +0000
commit43a6fa1d01707fda74b8ba7c2d9fb95210463b6a (patch)
tree77c5897901544e82467b1cdfafdc63644ee821ef /bin
parentMerge branch 'master' into careminster (diff)
parent* Fix line endings in BaseHttpServer.cs (diff)
downloadopensim-SC_OLD-43a6fa1d01707fda74b8ba7c2d9fb95210463b6a.zip
opensim-SC_OLD-43a6fa1d01707fda74b8ba7c2d9fb95210463b6a.tar.gz
opensim-SC_OLD-43a6fa1d01707fda74b8ba7c2d9fb95210463b6a.tar.bz2
opensim-SC_OLD-43a6fa1d01707fda74b8ba7c2d9fb95210463b6a.tar.xz
Merge branch 'master' into careminster
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example5
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 059a569..62aceb1 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -91,7 +91,7 @@
91 91
92 ; Maximum total size, and maximum size where a prim can be physical 92 ; Maximum total size, and maximum size where a prim can be physical
93 NonPhysicalPrimMax = 256 93 NonPhysicalPrimMax = 256
94 PhysicalPrimMax = 10 94 PhysicalPrimMax = 10 ; (I think this was moved to the Regions.ini!)
95 ClampPrimSize = false 95 ClampPrimSize = false
96 96
97 ; Region crossing 97 ; Region crossing
@@ -597,6 +597,9 @@
597 body_motor_joint_maxforce_tensor_linux = 5 597 body_motor_joint_maxforce_tensor_linux = 5
598 body_motor_joint_maxforce_tensor_win = 5 598 body_motor_joint_maxforce_tensor_win = 5
599 599
600 ; Maximum mass an object can be before it is clamped
601 maximum_mass_object = 10000.01
602
600 ; ## 603 ; ##
601 ; ## Sculpted Prim settings 604 ; ## Sculpted Prim settings
602 ; ## 605 ; ##