CrashHandler: Increment timeout for trying to recover

main
Nuckyz 4 months ago
parent 6bd0898efe
commit 840a8f1fdd
No known key found for this signature in database
GPG Key ID: 440BF8296E1C4AD9

@ -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…
Cancel
Save