Skip to content

Commit

Permalink
不再延迟一小时开始检查更新(现在的检查逻辑不再需要这么做)
Browse files Browse the repository at this point in the history
Relates to #52
  • Loading branch information
Xujiayao committed Jun 28, 2024
1 parent b226e4b commit e5bfae7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ public void run() {
UPDATE_NOTIFICATION_CHANNEL.sendMessage(message).queue();
}
}
}, 3600000, 21600000);
}, 0, 21600000);
}

private static Tuple<Double, Double> getTickInfo() {
Expand Down

0 comments on commit e5bfae7

Please sign in to comment.