Bluesky app fork with some witchin' additions 💫

Reduce calls to getLogs (#6381)

authored by

Eric Bailey and committed by
GitHub
400c4322 db39f3e9

+2 -2
+2 -2
src/state/messages/convo/const.ts
··· 1 - export const ACTIVE_POLL_INTERVAL = 3e3 2 - export const MESSAGE_SCREEN_POLL_INTERVAL = 10e3 1 + export const ACTIVE_POLL_INTERVAL = 4e3 2 + export const MESSAGE_SCREEN_POLL_INTERVAL = 30e3 3 3 export const BACKGROUND_POLL_INTERVAL = 60e3 4 4 export const INACTIVE_TIMEOUT = 60e3 * 5 5 5