Skip to content

Commit

Permalink
chore: lock this object
Browse files Browse the repository at this point in the history
  • Loading branch information
fengjiachun committed Sep 25, 2024
1 parent b45001e commit c167389
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public boolean init(RouterOptions opts) {
return;
}

synchronized (this.refreshSequencer) {
synchronized (this) {
// If the next task has started, we will ignore the current result.
//
// I don't want to worry about the overflow issue with long anymore,
Expand Down

0 comments on commit c167389

Please sign in to comment.