Skip to content

Commit

Permalink
fix schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
Sander14121 committed Jul 12, 2024
1 parent b531909 commit 94c1ea1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ protected PersonopplysningEventPublisher(WebClient webClient, AdapterProperties
}

@Override
@Scheduled(initialDelay = 5000, fixedDelay = 5000)
@Scheduled(initialDelay = 5000, fixedDelay = 50000)
public void doCheckForNewEvents() {
checkForNewEvents();
}
Expand Down

0 comments on commit 94c1ea1

Please sign in to comment.