Skip to content

Commit

Permalink
Apply service peer default (#1878)
Browse files Browse the repository at this point in the history
  • Loading branch information
neelvirdy authored Nov 15, 2022
1 parent a0432e7 commit d8d2efa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions p2p/host/resource-manager/limit_defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ func (cfg *LimitConfig) Apply(c LimitConfig) {
cfg.AllowlistedSystem.Apply(c.AllowlistedSystem)
cfg.AllowlistedTransient.Apply(c.AllowlistedTransient)
cfg.ServiceDefault.Apply(c.ServiceDefault)
cfg.ServicePeerDefault.Apply(c.ServicePeerDefault)
cfg.ProtocolDefault.Apply(c.ProtocolDefault)
cfg.ProtocolPeerDefault.Apply(c.ProtocolPeerDefault)
cfg.PeerDefault.Apply(c.PeerDefault)
Expand Down

0 comments on commit d8d2efa

Please sign in to comment.