Skip to content

Commit 210aa5d

Browse files
authored
�release
1 parent 6545134 commit 210aa5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/observer/backend/service/CrawlerService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ public List<String[]> parallelCrawling() {
145145
return allResults;
146146
}
147147

148-
@Scheduled(cron = "0 56 19 * * ?")
148+
@Scheduled(cron = "0 0 4 * * ?")
149149
public void scheduleCrawling() {
150150
log.info("Scheduled crawling started...");
151151
try {

0 commit comments

Comments
 (0)