aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dex/handler.go2
1 files changed, 1 insertions, 1 deletions
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