Skip to content

Commit

Permalink
bump to 65536
Browse files Browse the repository at this point in the history
  • Loading branch information
samcm committed Jun 29, 2022
1 parent 0143ea1 commit 7a2d4d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/exporter/consensus/jobs/beacon.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const (
NameBeacon = "beacon"
// NumRootHashShards defines the range of values that the *hash metrics are moduloed by. That is to say,
// this number defines the value range of those metrics from 0 -> NumRootHashShards.
NumRootHashShards = 4096
NumRootHashShards = 65536
)

// NewBeacon creates a new Beacon instance.
Expand Down

0 comments on commit 7a2d4d7

Please sign in to comment.