aboutsummaryrefslogtreecommitdiffstats
path: root/dex/handler.go
diff options
context:
space:
mode:
Diffstat (limited to 'dex/handler.go')
-rw-r--r--dex/handler.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/dex/handler.go b/dex/handler.go
index 7bf23758c..cfa6d9bb1 100644
--- a/dex/handler.go
+++ b/dex/handler.go
@@ -85,7 +85,7 @@ const (
maxPullVotePeers = 1
pullVoteRateLimit = 3 * time.Second
- pullBlockRateLimit = 3 * time.Second
+ pullBlockRateLimit = 500 * time.Millisecond
maxAgreementResultBroadcast = 3
maxFinalizedBlockBroadcast = 3