mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-06-06 14:16: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 (
|
||||
// DefaultMaxMessages is the default capacity for a route with a capacity defined
|
||||
DefaultMaxMessages = 100
|
||||
DefaultMaxMessages = 1000
|
||||
)
|
||||
|
||||
var (
|
||||
|
Loading…
x
Reference in New Issue
Block a user