diff options
author | Teravus Ovares (Dan Olivares) | 2009-09-13 07:27:24 -0400 |
---|---|---|
committer | Teravus Ovares (Dan Olivares) | 2009-09-13 07:27:24 -0400 |
commit | 38e462ed8a9a890a069fc429c7a3919e9af7d0ec (patch) | |
tree | 392fca7c942b8a01a3be70e42677c8bb1e71e7fb /bin/OpenSim.ini.example | |
parent | * More comments in the RegionCombinerModule (diff) | |
download | opensim-SC_OLD-38e462ed8a9a890a069fc429c7a3919e9af7d0ec.zip opensim-SC_OLD-38e462ed8a9a890a069fc429c7a3919e9af7d0ec.tar.gz opensim-SC_OLD-38e462ed8a9a890a069fc429c7a3919e9af7d0ec.tar.bz2 opensim-SC_OLD-38e462ed8a9a890a069fc429c7a3919e9af7d0ec.tar.xz |
* Milestone GridFriendly reached so Adding CombineContiguousRegions to the OpenSim.ini.example
Diffstat (limited to 'bin/OpenSim.ini.example')
-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 |