Reduce polling (#4204)

* Reduce polling a bit

* Bump to 60

* Increase all

* ok 3
zio/stable
Eric Bailey 2024-05-23 17:21:47 -05:00 committed by GitHub
parent 5c2e99e3e6
commit 9096655955
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
export const ACTIVE_POLL_INTERVAL = 1e3
export const BACKGROUND_POLL_INTERVAL = 5e3
export const ACTIVE_POLL_INTERVAL = 3e3
export const BACKGROUND_POLL_INTERVAL = 60e3
export const INACTIVE_TIMEOUT = 60e3 * 5
export const NETWORK_FAILURE_STATUSES = [

View File

@ -1,2 +1,2 @@
export const DEFAULT_POLL_INTERVAL = 20e3
export const BACKGROUND_POLL_INTERVAL = 60e3
export const DEFAULT_POLL_INTERVAL = 60e3 * 5
export const BACKGROUND_POLL_INTERVAL = 60e3 * 5