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

This commit is contained in:
UbitUmarov
2017-06-16 18:16:26 +01:00
parent 822574df9f
commit 4df19ece53
3 changed files with 47 additions and 24 deletions

View File

@@ -2092,6 +2092,8 @@
; If true, this will print out an error if more than a minute has passed since the last simulator frame
; Also is another source of region statistics provided via the regionstats URL
Enabled = true
; next option may still use framework performance monitors designed for debug only, so avoid it
ServerStatsEnabled = false
[WebStats]