Skip to content

Commit

Permalink
Temporary remove rate limiter
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinZakharov committed Jun 28, 2024
1 parent f94aaae commit eeecc33
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,7 @@ boolean commitApiSchemas(TraceSegment traceSegment) {
}

public boolean isThrottled(RateLimiter rateLimiter) {
if (true) return false;
if (rateLimiter != null && rateLimited.compareAndSet(false, true)) {
throttled = rateLimiter.isThrottled();
}
Expand Down

0 comments on commit eeecc33

Please sign in to comment.