vmon: set details mode to default off

The "on" default for validator monitor details incurs a heavy
performance penalty on large-validator setups - this may cause excess
memory usage or slowdowns when metrics are queried - this PR changes the
default to off, as was intended for the 23.1.0 release.
This commit is contained in:
Jacek Sieka 2023-01-26 14:18:52 +01:00
parent ba7c0bc091
commit fa27ce76a3
No known key found for this signature in database
GPG Key ID: A1B09461ABB656B8
1 changed files with 1 additions and 1 deletions

View File

@ -560,7 +560,7 @@ type
validatorMonitorDetails* {.
desc: "Publish detailed metrics for each validator individually - may incur significant overhead with large numbers of validators"
defaultValue: true
defaultValue: false
name: "validator-monitor-details" .}: bool
validatorMonitorTotals* {.