Skip to content

Commit

Permalink
Do not synchronize Throttler::run (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
res0nance authored Jul 29, 2022
1 parent e9d5316 commit ee80d9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class Throttler {
this.maxRetryTimeMs = maxRetryTimeMs;
}

private synchronized void run() {
private void run() {
taskRunnable.run();
}

Expand Down

0 comments on commit ee80d9f

Please sign in to comment.