stacker.news/.github/pull_request_template.md
SatsAllDay 91a0d1ccd7
env vars for polling intervals (#1038)
* env vars for polling intervals

add env vars for 4 different common polling intervals,
fast (1000), normal (30000), long (60000), extra long (300000)

use env vars in all `pollInterval` params to `useQuery`

* replace `setInterval`'s interval with `FAST_POLL_INTERVAL`
2024-04-08 09:13:12 -05:00

1.8 KiB

Description

Screenshots

Additional Context

Checklist

  • Are your changes backwards compatible?
  • Did you QA this? Could we deploy this straight to production?
  • For frontend changes: Tested on mobile?
  • Did you introduce any new environment variables? If so, call them out explicitly in the PR description.