Reset after 5 min (#4026)

This commit is contained in:
Eric Bailey 2024-05-14 21:21:09 -05:00 committed by GitHub
parent 6efe90a5f5
commit 6382fec732
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 27 additions and 7 deletions

View file

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