Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
Giulio2002 committed Nov 21, 2024
1 parent 784450b commit 3268215
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cl/phase1/network/gossip_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ func NewGossipReceiver(
voluntaryExitService: voluntaryExitService,
blsToExecutionChangeService: blsToExecutionChangeService,
proposerSlashingService: proposerSlashingService,
attestationsLimiter: newTimeBasedRateLimiter(6*time.Second, 125),
aggregateAndProofLimiter: newTimeBasedRateLimiter(4*time.Second, 25),
attestationsLimiter: newTimeBasedRateLimiter(6*time.Second, 250),
aggregateAndProofLimiter: newTimeBasedRateLimiter(4*time.Second, 75),
}
}

Expand Down

0 comments on commit 3268215

Please sign in to comment.