Skip to content

Commit 0e10e86

Browse files
committed
CLAP-214 Hotifx : 카테고리 저장 시간 수정
<footer> - 관련: #216
1 parent efaaee3 commit 0e10e86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/clap/server/application/service/statistics/StatisticsIndexingService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public class StatisticsIndexingService {
1515
private final LoadTaskPort loadTaskPort;
1616
private final TaskDocumentPort taskDocumentPort;
1717

18-
@Scheduled(cron = "30 43 09 * * *")
18+
@Scheduled(cron = "0 0 0 * * *")
1919
@Transactional
2020
public void IndexStatistics() {
2121
taskDocumentPort.saveStatistics(

0 commit comments

Comments
 (0)