Skip to content

Commit

Permalink
Add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
flonix8 committed Dec 10, 2024
1 parent 49005e9 commit 2edb353
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ public void messageHandler(SaeDetectionDto dto) {
}
}

// TODO: Change this back to simpel duration format ("5s") after upgrading to Spring Boot 3.4.x
@Scheduled(fixedRateString = "${areaOccupancy.analyzingIntervalMs:5000}", timeUnit = TimeUnit.MILLISECONDS)
private void runJobs() {
for (AreaOccupancyJob job : activeJobs) {
Expand Down

0 comments on commit 2edb353

Please sign in to comment.