More retries when resuming non-stale account (#4156)
This commit is contained in:
@@ -53,7 +53,7 @@ export async function createAgentAndResume(
|
|||||||
agent.session = prevSession
|
agent.session = prevSession
|
||||||
if (!storedAccount.deactivated) {
|
if (!storedAccount.deactivated) {
|
||||||
// Intentionally not awaited to unblock the UI:
|
// Intentionally not awaited to unblock the UI:
|
||||||
networkRetry(1, () => agent.resumeSession(prevSession))
|
networkRetry(3, () => agent.resumeSession(prevSession))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user