Skip to content

Commit

Permalink
Reduce calls to getLogs (bluesky-social#6381)
Browse files Browse the repository at this point in the history
  • Loading branch information
estrattonbailey authored Nov 15, 2024
1 parent db39f3e commit 400c432
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/state/messages/convo/const.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const ACTIVE_POLL_INTERVAL = 3e3
export const MESSAGE_SCREEN_POLL_INTERVAL = 10e3
export const ACTIVE_POLL_INTERVAL = 4e3
export const MESSAGE_SCREEN_POLL_INTERVAL = 30e3
export const BACKGROUND_POLL_INTERVAL = 60e3
export const INACTIVE_TIMEOUT = 60e3 * 5

Expand Down

0 comments on commit 400c432

Please sign in to comment.