Skip to content

Commit

Permalink
refactor: auto refresh dingding alert whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
wodiwudi committed Feb 5, 2024
1 parent 83fc34d commit 0a57ce3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public void init() throws Exception {
periodicRefreshWhiteList();
}

//2m refresh white list
//2m auto refresh white list
private void periodicRefreshWhiteList() {
new ScheduledThreadPoolExecutor(1).scheduleWithFixedDelay(() -> {
//fill in white list
Expand Down

0 comments on commit 0a57ce3

Please sign in to comment.