mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
swarm/network: Increase priority queue cap
This commit is contained in:
parent
fc6dc77ec5
commit
101e9df4c1
1 changed files with 2 additions and 2 deletions
|
|
@ -42,7 +42,7 @@ const (
|
||||||
High
|
High
|
||||||
Top
|
Top
|
||||||
PriorityQueue = 4 // number of priority queues - Low, Mid, High, Top
|
PriorityQueue = 4 // number of priority queues - Low, Mid, High, Top
|
||||||
PriorityQueueCap = 128 // queue capacity
|
PriorityQueueCap = 4096 // queue capacity
|
||||||
HashSize = 32
|
HashSize = 32
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue