diff options
author | Melanie | 2011-02-24 02:37:21 +0000 |
---|---|---|
committer | Melanie | 2011-02-24 02:37:21 +0000 |
commit | 9be1d2aef1dff06a7bfdb8da38dd6317bf5b0bb7 (patch) | |
tree | 0cf76dba6e5b7255a3d3168c1eec228def3a205f /bin | |
parent | Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/ca... (diff) | |
parent | On a Grid Handler exception, explicitly log the exception message and stack t... (diff) | |
download | opensim-SC-9be1d2aef1dff06a7bfdb8da38dd6317bf5b0bb7.zip opensim-SC-9be1d2aef1dff06a7bfdb8da38dd6317bf5b0bb7.tar.gz opensim-SC-9be1d2aef1dff06a7bfdb8da38dd6317bf5b0bb7.tar.bz2 opensim-SC-9be1d2aef1dff06a7bfdb8da38dd6317bf5b0bb7.tar.xz |
Merge branch 'master' into careminster-presence-refactor
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSimDefaults.ini | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index c7e550b..0337c77 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -94,6 +94,13 @@ | |||
94 | ; Warning! Don't use this with regions that have existing content!, This will likely break them | 94 | ; Warning! Don't use this with regions that have existing content!, This will likely break them |
95 | CombineContiguousRegions = false | 95 | CombineContiguousRegions = false |
96 | 96 | ||
97 | ; Extend the region's draw distance; 255m is the default which includes | ||
98 | ; one neighbor on each side of the current region, 767m would go three | ||
99 | ; neighbors on each side for a total of 49 regions in view. Warning, unless | ||
100 | ; all the regions have the same drawdistance, you will end up with strange | ||
101 | ; effects because the agents that get closed may be inconsistent. | ||
102 | ; DefaultDrawDistance = 255.0 | ||
103 | |||
97 | ; If you have only one region in an instance, or to avoid the many bugs | 104 | ; If you have only one region in an instance, or to avoid the many bugs |
98 | ; that you can trigger in modules by restarting a region, set this to | 105 | ; that you can trigger in modules by restarting a region, set this to |
99 | ; true to make the entire instance exit instead of restarting the region. | 106 | ; true to make the entire instance exit instead of restarting the region. |