aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorUbitUmarov2017-06-16 18:16:26 +0100
committerUbitUmarov2017-06-16 18:16:26 +0100
commit4df19ece539d6c731facd43f3eceac3c34418f05 (patch)
treefdef0da8894ef664ec2bed42f5f55c177aa178f8 /bin
parent change the clock source for EnvironmentTickCount so it does get a bit more r... (diff)
downloadopensim-SC_OLD-4df19ece539d6c731facd43f3eceac3c34418f05.zip
opensim-SC_OLD-4df19ece539d6c731facd43f3eceac3c34418f05.tar.gz
opensim-SC_OLD-4df19ece539d6c731facd43f3eceac3c34418f05.tar.bz2
opensim-SC_OLD-4df19ece539d6c731facd43f3eceac3c34418f05.tar.xz
framework main thread pool is always active and in use ( even id hard to catch) so show in on show stats. Disable ServerStatsCollector by default, since most don't use it, Adicionally it uses shared framework performance counters system that may be affected if a region crashs
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSimDefaults.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index d35f535..bc7ef78 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -2092,6 +2092,8 @@
2092 ; If true, this will print out an error if more than a minute has passed since the last simulator frame 2092 ; If true, this will print out an error if more than a minute has passed since the last simulator frame
2093 ; Also is another source of region statistics provided via the regionstats URL 2093 ; Also is another source of region statistics provided via the regionstats URL
2094 Enabled = true 2094 Enabled = true
2095 ; next option may still use framework performance monitors designed for debug only, so avoid it
2096 ServerStatsEnabled = false
2095 2097
2096 2098
2097[WebStats] 2099[WebStats]