From 7a2d4d71876de75e630d10475f878c5bc8208b81 Mon Sep 17 00:00:00 2001 From: Sam Calder-Mason Date: Wed, 29 Jun 2022 13:34:01 +1000 Subject: [PATCH] bump to 65536 --- pkg/exporter/consensus/jobs/beacon.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/exporter/consensus/jobs/beacon.go b/pkg/exporter/consensus/jobs/beacon.go index c16b8f7..ccd0ecd 100644 --- a/pkg/exporter/consensus/jobs/beacon.go +++ b/pkg/exporter/consensus/jobs/beacon.go @@ -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.