Skip to content

Commit

Permalink
#: Modify the time when the timer first runs
Browse files Browse the repository at this point in the history
  • Loading branch information
zdu-strong committed Jan 15, 2024
1 parent 1fd8da6 commit b11c8e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class OrganizeClosureRefreshScheduled {
@Autowired
private OrganizeClosureService organizeClosureService;

@Scheduled(initialDelay = 1000, fixedDelay = 1000)
@Scheduled(initialDelay = 1000 * 60, fixedDelay = 1000)
public void scheduled() {
this.refresh();
}
Expand Down

0 comments on commit b11c8e1

Please sign in to comment.