diff --git a/grafana-plugin/src/pages/incidents/Incidents.tsx b/grafana-plugin/src/pages/incidents/Incidents.tsx index 4c5d3547..9db18ffb 100644 --- a/grafana-plugin/src/pages/incidents/Incidents.tsx +++ b/grafana-plugin/src/pages/incidents/Incidents.tsx @@ -81,7 +81,7 @@ interface IncidentsPageState { isFirstIncidentsFetchDone: boolean; } -const POLLING_NUM_SECONDS = 15; +const POLLING_NUM_SECONDS = 10; const PAGINATION_OPTIONS = [ { label: '25', value: 25 },