mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-06-09 15:46:43 +00:00
route capacity workaround (for new syncing nodes)
This commit is contained in:
parent
c903a65def
commit
7c327683d3
@ -12,7 +12,7 @@ import (
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
// DefaultMaxMessages is the default capacity for a route with a capacity defined
|
// DefaultMaxMessages is the default capacity for a route with a capacity defined
|
||||||
DefaultMaxMessages = 100
|
DefaultMaxMessages = 1000
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user