You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: eth/protocols/eth/peer.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ const (
45
45
// before dropping older announcements.
46
46
maxQueuedTxAnns=4096
47
47
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.
49
49
maxQueuedTxAnnsTrusted=40960
50
50
51
51
// maxQueuedBlocks is the maximum number of block propagations to queue up before
0 commit comments