Skip to content

Commit

Permalink
fix(#3243): fix missing config property in details-memory (#3245)
Browse files Browse the repository at this point in the history
  • Loading branch information
SteKoe committed Mar 21, 2024
1 parent 7833a4e commit cc28330
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export default {
};
},
createSubscription() {
return timer(0, 1000)
return timer(0, sbaConfig.uiSettings.pollTimer.memory)
.pipe(
concatMap(this.fetchMetrics),
retryWhen((err) => {
Expand Down

0 comments on commit cc28330

Please sign in to comment.