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:
Rares Mardare 2024-06-27 12:47:47 +03:00 committed by GitHub
parent c3c54339d6
commit 9ed70ba821
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 },