diff options
author | Melanie Thielker | 2008-07-20 15:19:26 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-07-20 15:19:26 +0000 |
commit | 8ae7dc628b2681b02c43a5acd1e1bdf4f33b1f3e (patch) | |
tree | 33f604591d56737cd417975911612efa0fac3bd3 /bin | |
parent | Change SQLite argument marker from the more standard '@' to the ':' supported (diff) | |
download | opensim-SC_OLD-8ae7dc628b2681b02c43a5acd1e1bdf4f33b1f3e.zip opensim-SC_OLD-8ae7dc628b2681b02c43a5acd1e1bdf4f33b1f3e.tar.gz opensim-SC_OLD-8ae7dc628b2681b02c43a5acd1e1bdf4f33b1f3e.tar.bz2 opensim-SC_OLD-8ae7dc628b2681b02c43a5acd1e1bdf4f33b1f3e.tar.xz |
Make the max sizes of physical and nonphysical prims configurable in OpenSim.ini
Defaulted to 65536 and 10, respectively
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 4 |
1 files changed, 4 insertions, 0 deletions
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" | |||
26 | ; objects, so you can turn it off here if you'd like. | 26 | ; objects, so you can turn it off here if you'd like. |
27 | DrawPrimOnMapTile = true | 27 | DrawPrimOnMapTile = true |
28 | 28 | ||
29 | ; Maximum total size, and maximum size where a prim can be physical | ||
30 | NonPhysicalPrimMax = 65536 | ||
31 | PhysicalPrimMax = 10 | ||
32 | |||
29 | ; ## | 33 | ; ## |
30 | ; ## STORAGE | 34 | ; ## STORAGE |
31 | ; ## | 35 | ; ## |