Skip to content

Commit

Permalink
Update check interval
Browse files Browse the repository at this point in the history
  • Loading branch information
hexiaofeng committed Dec 16, 2024
1 parent e13b8ce commit cedf997
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ protected void startSync() throws Exception {
syncAndUpdate(subscriber);
} else {
try {
waiter.await(5000, TimeUnit.MILLISECONDS);
waiter.await(1000, TimeUnit.MILLISECONDS);
} catch (InterruptedException ignore) {
}
}
Expand Down

0 comments on commit cedf997

Please sign in to comment.