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

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