swarm: Chunk refactor improvements (#17683)
* swarm/network: Protocol bump (for chunk refactor) * swarm/network: Increase discovery and stream protocol version too * swarm/network: Increase priority queue cap
This commit is contained in:
@ -31,7 +31,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
TestProtocolVersion = 6
|
||||
TestProtocolVersion = 7
|
||||
TestProtocolNetworkID = 3
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user