diff options
author | BlueWall | 2014-09-28 23:04:49 -0400 |
---|---|---|
committer | BlueWall | 2014-09-28 23:04:49 -0400 |
commit | 1a24b7fa9378ac0234975fbff8ae94b987fff058 (patch) | |
tree | dd5eab6838c6cdb4a98dcf61aa20a0d4a5f058cf /bin/Regions | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC-1a24b7fa9378ac0234975fbff8ae94b987fff058.zip opensim-SC-1a24b7fa9378ac0234975fbff8ae94b987fff058.tar.gz opensim-SC-1a24b7fa9378ac0234975fbff8ae94b987fff058.tar.bz2 opensim-SC-1a24b7fa9378ac0234975fbff8ae94b987fff058.tar.xz |
Fix key name in example Regions.ini file
Diffstat (limited to 'bin/Regions')
-rw-r--r-- | bin/Regions/Regions.ini.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Regions/Regions.ini.example b/bin/Regions/Regions.ini.example index d808e9a..1e65d2b 100644 --- a/bin/Regions/Regions.ini.example +++ b/bin/Regions/Regions.ini.example | |||
@@ -36,7 +36,7 @@ ExternalHostName = "SYSTEMIP" | |||
36 | ; * This allows limiting the sizes of prims and the region prim count | 36 | ; * This allows limiting the sizes of prims and the region prim count |
37 | ; * | 37 | ; * |
38 | 38 | ||
39 | ; NonphysicalPrimMax = 256 | 39 | ; NonPhysicalPrimMax = 256 |
40 | ; PhysicalPrimMax = 64 | 40 | ; PhysicalPrimMax = 64 |
41 | ; ClampPrimSize = False | 41 | ; ClampPrimSize = False |
42 | ; MaxPrims = 15000 | 42 | ; MaxPrims = 15000 |