From 6c6b6cd63b5347fcbc86e028ca27b84b7e28ff1d Mon Sep 17 00:00:00 2001 From: siepra Date: Fri, 19 Apr 2024 11:58:38 +0200 Subject: [PATCH] fix: postpone restore connection saga --- .../startConnection/restoreConnection/restoreConnection.saga.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/mobile/src/store/init/startConnection/restoreConnection/restoreConnection.saga.ts b/packages/mobile/src/store/init/startConnection/restoreConnection/restoreConnection.saga.ts index 7b7195b2be..3a7c001360 100644 --- a/packages/mobile/src/store/init/startConnection/restoreConnection/restoreConnection.saga.ts +++ b/packages/mobile/src/store/init/startConnection/restoreConnection/restoreConnection.saga.ts @@ -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