More retries when resuming non-stale account (#4156)
This commit is contained in:
parent
690926dd90
commit
b937372325
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ export async function createAgentAndResume(
|
|||
agent.session = prevSession
|
||||
if (!storedAccount.deactivated) {
|
||||
// Intentionally not awaited to unblock the UI:
|
||||
networkRetry(1, () => agent.resumeSession(prevSession))
|
||||
networkRetry(3, () => agent.resumeSession(prevSession))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue