CrashHandler: Increment timeout for trying to recover
This commit is contained in:
parent
6bd0898efe
commit
840a8f1fdd
|
@ -104,7 +104,7 @@ export default definePlugin({
|
|||
|
||||
shouldAttemptRecover = false;
|
||||
// This is enough to avoid a crash loop
|
||||
setTimeout(() => shouldAttemptRecover = true, 500);
|
||||
setTimeout(() => shouldAttemptRecover = true, 1000);
|
||||
} catch { }
|
||||
|
||||
try {
|
||||
|
|
Loading…
Reference in a new issue