mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-27 14:11:04 +02:00
discovery: increase syncer gossip chan buffer
This commit is contained in:
@@ -175,7 +175,7 @@ const (
|
||||
requestBatchSize = 500
|
||||
|
||||
// syncerBufferSize is the size of the syncer's buffers.
|
||||
syncerBufferSize = 5
|
||||
syncerBufferSize = 50
|
||||
)
|
||||
|
||||
var (
|
||||
|
Reference in New Issue
Block a user