diff options
author | Melanie | 2011-10-12 07:23:54 +0100 |
---|---|---|
committer | Melanie | 2011-10-12 07:23:54 +0100 |
commit | ad46ad1ab2ce3afe1649f0c58fa2066bc689b340 (patch) | |
tree | bdeca8c94e76f83553b9e1f155670a4ea66839f3 /bin/OpenSimDefaults.ini | |
parent | Merge commit '2b290793ab7153c956db5637dd27dfbbd0a1cf98' into bigmerge (diff) | |
parent | Provide a way to turn the MonitorModule on and off (diff) | |
download | opensim-SC-ad46ad1ab2ce3afe1649f0c58fa2066bc689b340.zip opensim-SC-ad46ad1ab2ce3afe1649f0c58fa2066bc689b340.tar.gz opensim-SC-ad46ad1ab2ce3afe1649f0c58fa2066bc689b340.tar.bz2 opensim-SC-ad46ad1ab2ce3afe1649f0c58fa2066bc689b340.tar.xz |
Merge commit '8114f895c2973ac9e2e456ac2aaad8deb23f3852' into bigmerge
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r-- | bin/OpenSimDefaults.ini | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 8660f4f..9cedd98 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -1417,6 +1417,11 @@ | |||
1417 | RootReprioritizationDistance = 10.0 | 1417 | RootReprioritizationDistance = 10.0 |
1418 | ChildReprioritizationDistance = 20.0 | 1418 | ChildReprioritizationDistance = 20.0 |
1419 | 1419 | ||
1420 | [Monitoring] | ||
1421 | ; Enable region monitoring | ||
1422 | ; If true, this will print out an error if more than a minute has passed since the last simulator frame | ||
1423 | ; Also is another source of region statistics provided via the regionstats URL | ||
1424 | Enabled = true | ||
1420 | 1425 | ||
1421 | ; View region statistics via a web page | 1426 | ; View region statistics via a web page |
1422 | ; See http://opensimulator.org/wiki/FAQ#Region_Statistics_on_a_Web_Page | 1427 | ; See http://opensimulator.org/wiki/FAQ#Region_Statistics_on_a_Web_Page |