From 2e9c8ba3bb00b23eae3b84d1590cec6b12d99293 Mon Sep 17 00:00:00 2001 From: Jimmy Hu Date: Thu, 18 Apr 2019 15:21:27 +0800 Subject: dex: change rate limit of pullblock --- dex/handler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dex') diff --git a/dex/handler.go b/dex/handler.go index fed1dc8b7..5e3081202 100644 --- a/dex/handler.go +++ b/dex/handler.go @@ -84,7 +84,7 @@ const ( maxPullVotePeers = 1 pullVoteRateLimit = 3 * time.Second - pullBlockRateLimit = 3 * time.Second + pullBlockRateLimit = 500 * time.Millisecond maxAgreementResultBroadcast = 3 maxFinalizedBlockBroadcast = 3 -- cgit v1.2.3