Skip to content

Commit fa27ce7

Browse files
committed
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.
1 parent ba7c0bc commit fa27ce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beacon_chain/conf.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ type
560560

561561
validatorMonitorDetails* {.
562562
desc: "Publish detailed metrics for each validator individually - may incur significant overhead with large numbers of validators"
563-
defaultValue: true
563+
defaultValue: false
564564
name: "validator-monitor-details" .}: bool
565565

566566
validatorMonitorTotals* {.

0 commit comments

Comments
 (0)