Skip to content

Commit c772055

Browse files
committed
Add specific comment
1 parent e2557bc commit c772055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eth/protocols/eth/peer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const (
4545
// before dropping older announcements.
4646
maxQueuedTxAnns = 4096
4747

48-
// maxQueuedTxAnnsTrusted is the maximum number of transaction announcements to queue up before dropping older announcements for trusted and static peers.
48+
// maxQueuedTxAnnsTrusted is the maximum number of transaction announcements to queue up before dropping older announcements for trusted and static peers. Specific to Bor.
4949
maxQueuedTxAnnsTrusted = 40960
5050

5151
// maxQueuedBlocks is the maximum number of block propagations to queue up before

0 commit comments

Comments
 (0)