Upated reads scheduled

This commit is contained in:
Giancarlo Panichi 2022-01-31 12:01:25 +01:00
parent bc97474bd0
commit d491017c3c
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ public class SyncConfiguration {
}
@Scheduled(cron = "0 24 18 * * ?")
@Scheduled(cron = "0 50 7 * * ?")
public void cronJobSch() {
LocalDateTime start = LocalDateTime.now();