diff options
author | Melanie Thielker | 2008-07-20 16:50:15 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-07-20 16:50:15 +0000 |
commit | 09641bd9991901e8277b4721525896e102473167 (patch) | |
tree | fb426f30bbba4da289a117d6d356fa00c068895f | |
parent | Make the max sizes of physical and nonphysical prims configurable in OpenSim.ini (diff) | |
download | opensim-SC_OLD-09641bd9991901e8277b4721525896e102473167.zip opensim-SC_OLD-09641bd9991901e8277b4721525896e102473167.tar.gz opensim-SC_OLD-09641bd9991901e8277b4721525896e102473167.tar.bz2 opensim-SC_OLD-09641bd9991901e8277b4721525896e102473167.tar.xz |
Change the OopenSim.ini default to 256m for nonphysical prims, to
get future public installations on a more sane footing.
-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 964a1f5..c6bf912 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -27,7 +27,7 @@ region_info_source = "filesystem" | |||
27 | DrawPrimOnMapTile = true | 27 | DrawPrimOnMapTile = true |
28 | 28 | ||
29 | ; Maximum total size, and maximum size where a prim can be physical | 29 | ; Maximum total size, and maximum size where a prim can be physical |
30 | NonPhysicalPrimMax = 65536 | 30 | NonPhysicalPrimMax = 256 |
31 | PhysicalPrimMax = 10 | 31 | PhysicalPrimMax = 10 |
32 | 32 | ||
33 | ; ## | 33 | ; ## |