Change the OopenSim.ini default to 256m for nonphysical prims, to
get future public installations on a more sane footing.0.6.0-stable
parent
8ae7dc628b
commit
09641bd999
|
@ -27,7 +27,7 @@ region_info_source = "filesystem"
|
||||||
DrawPrimOnMapTile = true
|
DrawPrimOnMapTile = true
|
||||||
|
|
||||||
; Maximum total size, and maximum size where a prim can be physical
|
; Maximum total size, and maximum size where a prim can be physical
|
||||||
NonPhysicalPrimMax = 65536
|
NonPhysicalPrimMax = 256
|
||||||
PhysicalPrimMax = 10
|
PhysicalPrimMax = 10
|
||||||
|
|
||||||
; ##
|
; ##
|
||||||
|
|
Loading…
Reference in New Issue