Skip to content

Commit

Permalink
fix(jobrunr): change default poll interval to 10s
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrouillet committed Jul 31, 2024
1 parent fc5d374 commit 522a5a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/config/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ logging.level:
org.jobrunr:
background-job-server:
enabled: true
poll-interval-in-seconds: 5
poll-interval-in-seconds: 10
dashboard.enabled: true

0 comments on commit 522a5a9

Please sign in to comment.