aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
authorMelanie Thielker2008-07-20 16:50:15 +0000
committerMelanie Thielker2008-07-20 16:50:15 +0000
commit09641bd9991901e8277b4721525896e102473167 (patch)
treefb426f30bbba4da289a117d6d356fa00c068895f /bin/OpenSim.ini.example
parentMake the max sizes of physical and nonphysical prims configurable in OpenSim.ini (diff)
downloadopensim-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.
Diffstat (limited to '')
-rw-r--r--bin/OpenSim.ini.example2
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"
27DrawPrimOnMapTile = true 27DrawPrimOnMapTile = 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
30NonPhysicalPrimMax = 65536 30NonPhysicalPrimMax = 256
31PhysicalPrimMax = 10 31PhysicalPrimMax = 10
32 32
33; ## 33; ##