route capacity workaround (for new syncing nodes)

This commit is contained in:
msutton 2022-03-08 09:12:53 +02:00
parent c903a65def
commit 7c327683d3

View File

@ -12,7 +12,7 @@ import (
const (
// DefaultMaxMessages is the default capacity for a route with a capacity defined
DefaultMaxMessages = 100
DefaultMaxMessages = 1000
)
var (