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