diff options
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index ff1a773..a255260 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -80,6 +80,11 @@ | |||
80 | 80 | ||
81 | ; How many prims to send to each avatar in the scene on each Update() | 81 | ; How many prims to send to each avatar in the scene on each Update() |
82 | ; MaxPrimsPerFrame = 200 | 82 | ; MaxPrimsPerFrame = 200 |
83 | |||
84 | ; Combine all contiguous regions into one large region | ||
85 | ; Order your regions from South to North, West to East in your regions.ini and then set this to true | ||
86 | ; Warning! Don't use this with regions that have existing content!, This will likely break them | ||
87 | CombineContiguousRegions=false | ||
83 | 88 | ||
84 | ; ## | 89 | ; ## |
85 | ; ## STORAGE | 90 | ; ## STORAGE |