diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 026f285707..f59dbf2d6e 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini @@ -97,7 +97,7 @@ NonPhysicalPrimMax = 256 ; Maximum size of physical prims. Affects resizing of existing prims. This can be overriden in the region config file. - PhysicalPrimMax = 10 + PhysicalPrimMax = 64 ; If a viewer attempts to rez a prim larger than the non-physical or physical prim max, clamp the dimensions to the appropriate maximum ; This can be overriden in the region config file. diff --git a/bin/Regions/Regions.ini.example b/bin/Regions/Regions.ini.example index ab3a62aea9..aabc4f8b2b 100644 --- a/bin/Regions/Regions.ini.example +++ b/bin/Regions/Regions.ini.example @@ -29,7 +29,7 @@ ExternalHostName = "SYSTEMIP" ; * ; NonphysicalPrimMax = 256 -; PhysicalPrimMax = 10 +; PhysicalPrimMax = 64 ; ClampPrimSize = False ; MaxPrims = 15000 ; MaxAgents = 100