diff --git a/ui/src/Stores/AlertStore.js b/ui/src/Stores/AlertStore.js index fea8bcc69..d3674de43 100644 --- a/ui/src/Stores/AlertStore.js +++ b/ui/src/Stores/AlertStore.js @@ -212,7 +212,7 @@ class AlertStore { }); }); - fetchWithThrottle = throttle(this.fetch, 500); + fetchWithThrottle = throttle(this.fetch, 300); parseAPIResponse = action(result => { if (result.error) {