about summary refs log tree commit diff
path: root/src/state/messages/convo/const.ts
blob: 5491d066eec68dd9260da960dcd60b35d913e345 (plain) (blame)
1
2
3
4
5
6
7
8
export const ACTIVE_POLL_INTERVAL = 3e3
export const MESSAGE_SCREEN_POLL_INTERVAL = 10e3
export const BACKGROUND_POLL_INTERVAL = 60e3
export const INACTIVE_TIMEOUT = 60e3 * 5

export const NETWORK_FAILURE_STATUSES = [
  1, 408, 425, 429, 500, 502, 503, 504, 522, 524,
]