Reduce polling a bit

This commit is contained in:
Eric Bailey
2024-05-23 16:39:12 -05:00
parent 5c2e99e3e6
commit 3770010ebe
+2 -2
View File
@@ -1,5 +1,5 @@
export const ACTIVE_POLL_INTERVAL = 1e3
export const BACKGROUND_POLL_INTERVAL = 5e3
export const ACTIVE_POLL_INTERVAL = 1.5e3
export const BACKGROUND_POLL_INTERVAL = 20e3
export const INACTIVE_TIMEOUT = 60e3 * 5
export const NETWORK_FAILURE_STATUSES = [