From 8ae7dc628b2681b02c43a5acd1e1bdf4f33b1f3e Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Sun, 20 Jul 2008 15:19:26 +0000 Subject: Make the max sizes of physical and nonphysical prims configurable in OpenSim.ini Defaulted to 65536 and 10, respectively --- bin/OpenSim.ini.example | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bin/OpenSim.ini.example') diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index afcb8ee..964a1f5 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -26,6 +26,10 @@ region_info_source = "filesystem" ; objects, so you can turn it off here if you'd like. DrawPrimOnMapTile = true +; Maximum total size, and maximum size where a prim can be physical +NonPhysicalPrimMax = 65536 +PhysicalPrimMax = 10 + ; ## ; ## STORAGE ; ## -- cgit v1.1