aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-10-10 22:17:29 +0100
committerJustin Clark-Casey (justincc)2011-10-10 22:17:29 +0100
commit8114f895c2973ac9e2e456ac2aaad8deb23f3852 (patch)
tree2e26a2ba8f75a2a95abe90acecb9ded2a2420607 /bin/OpenSimDefaults.ini
parentrefactor: have lsl and ossl interrogate scene.StatsReporter directly rather t... (diff)
downloadopensim-SC_OLD-8114f895c2973ac9e2e456ac2aaad8deb23f3852.zip
opensim-SC_OLD-8114f895c2973ac9e2e456ac2aaad8deb23f3852.tar.gz
opensim-SC_OLD-8114f895c2973ac9e2e456ac2aaad8deb23f3852.tar.bz2
opensim-SC_OLD-8114f895c2973ac9e2e456ac2aaad8deb23f3852.tar.xz
Provide a way to turn the MonitorModule on and off
Default is currently on since this is the historical setting
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r--bin/OpenSimDefaults.ini5
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