Skip to content

Commit

Permalink
fix: incorrect initial delay string expression
Browse files Browse the repository at this point in the history
  • Loading branch information
khorshuheng committed Sep 15, 2023
1 parent 8716479 commit 95d9542
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public void populateCache() {
}

@Scheduled(
initialDelayString = "{caraml.registry.cache.initialDelay}",
initialDelayString = "${caraml.registry.cache.initialDelay}",
fixedRateString = "${caraml.registry.cache.refreshInterval}")
public void scheduledPopulateCache() {
try {
Expand Down

0 comments on commit 95d9542

Please sign in to comment.