Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomrsantos committed Mar 25, 2024
1 parent b63cc2f commit 067b0f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libp2p/protocols/pubsub/gossipsub/types.nim
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ type
overheadRateLimit*: Opt[tuple[bytes: int, interval: Duration]]
disconnectPeerAboveRateLimit*: bool

# Max number of elements allowed in the non-priority queue. When this limit has been reached, the peer will be disconnected.
maxNumElementsInNonPriorityQueue*: int

BackoffTable* = Table[string, Table[PeerId, Moment]]
Expand Down

0 comments on commit 067b0f5

Please sign in to comment.