Skip to content

Commit

Permalink
fix: postpone restore connection saga (#2462)
Browse files Browse the repository at this point in the history
  • Loading branch information
siepra committed Apr 19, 2024
1 parent db587a4 commit b8ef745
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { delay, put, select } from 'typed-redux-saga'
import { initSelectors } from '../../init.selectors'
import { initActions } from '../../init.slice'

const WEBSOCKET_CONNECTION_DELAY = 5000
const WEBSOCKET_CONNECTION_DELAY = 15000

export function* restoreConnectionSaga(): Generator {
// Give the worker time to init websocket connection
Expand Down

0 comments on commit b8ef745

Please sign in to comment.