Skip to content

Commit

Permalink
chore(helix): sync ratelimit bucket for void endpoints (#848)
Browse files Browse the repository at this point in the history
  • Loading branch information
iProdigy committed Sep 3, 2023
1 parent 27feaba commit c5ddb91
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -185,6 +185,7 @@ public TwitchHelix build() {
.requestInterceptor(new TwitchHelixClientIdInterceptor(userAgent, tokenManager))
.options(new Request.Options(timeout / 3, TimeUnit.MILLISECONDS, timeout, TimeUnit.MILLISECONDS, true))
.retryer(new Retryer.Default(500, timeout, 2))
.decodeVoid()
.target(TwitchHelix.class, baseUrl);
}
}

0 comments on commit c5ddb91

Please sign in to comment.