Skip to content
Snippets Groups Projects
Commit 8858cfd7 authored by Hans Moog's avatar Hans Moog
Browse files

Refactor: changed send queue size

parent 7fa48aa3
No related branches found
No related tags found
No related merge requests found
......@@ -150,7 +150,7 @@ var connectedNeighborsMutex sync.RWMutex
var sendQueue = make(chan *meta_transaction.MetaTransaction, SEND_QUEUE_SIZE)
const (
SEND_QUEUE_SIZE = 50000
SEND_QUEUE_SIZE = 500
)
// endregion ///////////////////////////////////////////////////////////////////////////////////////////////////////////
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment