Skip to content

Commit a42f083

Browse files
committed
Update WarmUpService.java
1 parent 74bf703 commit a42f083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/example/Jinus/service/WarmUpService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public void onApplicationEvent(ContextRefreshedEvent event) {
3535
}
3636
}
3737

38-
@Scheduled(fixedDelayString = "${warmup.delay:3600000}")
38+
@Scheduled(fixedDelayString = "${warmup.delay:600000}")
3939
@ConditionalOnProperty(name = "warmup.scheduled.enabled", havingValue = "true")
4040
public void warmUpEndpoints() {
4141
logger.info("Starting warm-up process...");

0 commit comments

Comments
 (0)