diff options
author | Melanie | 2009-12-14 00:40:56 +0000 |
---|---|---|
committer | Melanie | 2009-12-14 00:40:56 +0000 |
commit | 824d7190c2a5520f1cf6f3d24585b8c47c841e55 (patch) | |
tree | 0814d0228121249b7f2a33658180a0a446d13f51 /bin | |
parent | And reverse (diff) | |
parent | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim (diff) | |
download | opensim-SC_OLD-824d7190c2a5520f1cf6f3d24585b8c47c841e55.zip opensim-SC_OLD-824d7190c2a5520f1cf6f3d24585b8c47c841e55.tar.gz opensim-SC_OLD-824d7190c2a5520f1cf6f3d24585b8c47c841e55.tar.bz2 opensim-SC_OLD-824d7190c2a5520f1cf6f3d24585b8c47c841e55.tar.xz |
Merge branch 'master' into careminster
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.ini.example | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 04cf8e8..af9632e 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -107,7 +107,15 @@ | |||
107 | ; Combine all contiguous regions into one large region | 107 | ; Combine all contiguous regions into one large region |
108 | ; Order your regions from South to North, West to East in your regions.ini and then set this to true | 108 | ; Order your regions from South to North, West to East in your regions.ini and then set this to true |
109 | ; Warning! Don't use this with regions that have existing content!, This will likely break them | 109 | ; Warning! Don't use this with regions that have existing content!, This will likely break them |
110 | CombineContiguousRegions=false | 110 | CombineContiguousRegions = false |
111 | |||
112 | ; If you have only one region in an instance, or to avoid the many bugs | ||
113 | ; that you can trigger in modules by restarting a region, set this to | ||
114 | ; true to make the entire instance exit instead of restarting the region. | ||
115 | ; This is meant to be used on systems where some external system like | ||
116 | ; Monit will restart any instance that exits, thereby making the shutdown | ||
117 | ; into a restart. | ||
118 | ;InworldRestartShutsDown = false | ||
111 | 119 | ||
112 | ; ## | 120 | ; ## |
113 | ; ## STORAGE | 121 | ; ## STORAGE |