From 522193e24ab8812311e3ff380c521e51cad956d6 Mon Sep 17 00:00:00 2001 From: Rongjian Lan Date: Fri, 2 Apr 2021 11:11:03 -0700 Subject: [PATCH] increase crosslink batch size --- node/node_cross_link.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/node_cross_link.go b/node/node_cross_link.go index 0d52ccd46..c223522ac 100644 --- a/node/node_cross_link.go +++ b/node/node_cross_link.go @@ -18,7 +18,7 @@ import ( const ( maxPendingCrossLinkSize = 1000 - crossLinkBatchSize = 3 + crossLinkBatchSize = 4 ) var (