Skip to content

Commit

Permalink
Merge pull request redhat-developer#64 from bf2fc6cc711aee1a0c2a/exte…
Browse files Browse the repository at this point in the history
…nd-refresh

extend refresh time for the operator to reduce unneded calls to the API
  • Loading branch information
secondsun authored Feb 10, 2021
2 parents 7b20dd8 + 7ac7362 commit 59609f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ private boolean updateManagedKafkaRequest(ManagedKafkaRequest resource) throws A
return true;
}

@Scheduled(every = "10s")
@Scheduled(every = "150s")
void reloadUserKafkas() {
LOG.info("Refreshing user kafkas");

Expand Down

0 comments on commit 59609f8

Please sign in to comment.