From 5ce2f594301116126ee4a80d9de67f30daf9b703 Mon Sep 17 00:00:00 2001 From: Jimmy Hu Date: Wed, 8 May 2019 12:30:31 +0800 Subject: dex: change pull block rate limit (#420) --- dex/handler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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