discovery: increase syncer gossip chan buffer

This commit is contained in:
ziggie
2025-05-28 13:49:50 +02:00
committed by Oliver Gugger
parent 6f8a94c094
commit 48e440e560

View File

@@ -175,7 +175,7 @@ const (
requestBatchSize = 500
// syncerBufferSize is the size of the syncer's buffers.
syncerBufferSize = 5
syncerBufferSize = 50
)
var (