Skip to content

Commit

Permalink
Fix network compression type flag usage (ava-labs#1532)
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenButtolph committed May 19, 2023
1 parent 61e7aa6 commit 37b5735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -1307,7 +1307,7 @@ func (n *Node) Initialize(
n.Log,
n.MetricsRegisterer,
n.networkNamespace,
constants.DefaultNetworkCompressionType,
n.Config.NetworkConfig.CompressionType,
n.Config.NetworkConfig.MaximumInboundMessageTimeout,
)
if err != nil {
Expand Down

0 comments on commit 37b5735

Please sign in to comment.