Changed polling to 10s for alert groups (#4586)
# What this PR does As discussed in here https://raintank-corp.slack.com/archives/C0229FD3CE9/p1719242462717459
This commit is contained in:
parent
c3c54339d6
commit
9ed70ba821
1 changed files with 1 additions and 1 deletions
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue