diff options
author | Teravus Ovares (Dan Olivares) | 2009-12-03 20:30:40 -0500 |
---|---|---|
committer | Teravus Ovares (Dan Olivares) | 2009-12-03 20:30:40 -0500 |
commit | 07786786fcdc93e01286ccd15aaf539d2579a329 (patch) | |
tree | 2b930df82ae67ee8ee7f134189f30886b8e55bd0 | |
parent | Merge branch 'master' of ssh://MyConnection/var/git/opensim (diff) | |
download | opensim-SC_OLD-07786786fcdc93e01286ccd15aaf539d2579a329.zip opensim-SC_OLD-07786786fcdc93e01286ccd15aaf539d2579a329.tar.gz opensim-SC_OLD-07786786fcdc93e01286ccd15aaf539d2579a329.tar.bz2 opensim-SC_OLD-07786786fcdc93e01286ccd15aaf539d2579a329.tar.xz |
* Clarifies that the PrimMaxPhys in OpenSim.ini.example does nothing. Tells user to set it in Regions.ini. Melanie might want to take a look at this and see if it should be removed altogether.
-rw-r--r-- | bin/OpenSim.ini.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 8efbcb4..4351b3f 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 |