Skip to content

Commit

Permalink
code refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeshvanahalli committed Oct 24, 2023
1 parent b49e103 commit a430014
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wsbroadcastserver/wsbroadcastserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ var (
HTTPHeaderFeedClientVersion = textproto.CanonicalMIMEHeaderKey("Arbitrum-Feed-Client-Version")
HTTPHeaderRequestedSequenceNumber = textproto.CanonicalMIMEHeaderKey("Arbitrum-Requested-Sequence-Number")
HTTPHeaderChainId = textproto.CanonicalMIMEHeaderKey("Arbitrum-Chain-Id")
upgradeToWSTimer = metrics.NewRegisteredTimer("arb/wsbroadcastserver/wsupgrade/duration", nil)
startWithHeaderTimer = metrics.NewRegisteredTimer("arb/wsbroadcastserver/startwithheader/duration", nil)
upgradeToWSTimer = metrics.NewRegisteredTimer("arb/feed/clients/wsupgrade/duration", nil)
startWithHeaderTimer = metrics.NewRegisteredTimer("arb/feed/clients/start/duration", nil)
)

const (
Expand Down

0 comments on commit a430014

Please sign in to comment.