Make the max sizes of physical and nonphysical prims configurable in OpenSim.ini

Defaulted to 65536 and 10, respectively
This commit is contained in:
Melanie Thielker
2008-07-20 15:19:26 +00:00
parent 212ab8c6d9
commit 8ae7dc628b
5 changed files with 81 additions and 63 deletions

View File

@@ -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
; ##