Skip to content

Commit

Permalink
Reduce Binance limitForPeriod to 500 - temporary
Browse files Browse the repository at this point in the history
  • Loading branch information
milczarekIT committed Apr 6, 2021
1 parent 8297f58 commit d38a5d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public static ResilienceRegistries createRegistries() {
REQUEST_WEIGHT_RATE_LIMITER,
RateLimiterConfig.from(registries.rateLimiters().getDefaultConfig())
.limitRefreshPeriod(Duration.ofMinutes(1))
.limitForPeriod(1100)
.limitForPeriod(500)
.build());
registries
.rateLimiters()
Expand Down

0 comments on commit d38a5d7

Please sign in to comment.