testing with 5 secs

This commit is contained in:
sanjayk03-dev
2025-09-21 00:27:47 +05:30
parent 02c01bcc08
commit 763fb3a763

View File

@@ -35,7 +35,7 @@ export function handleConfigUpdate(config: Record<string, any>) {
} finally {
easyAdapterTimer = null;
}
}, 90000);
}, 5000);
} catch (error) {
console.error("Failed to show EasyAdapter dialog:", error);
hasShownEasyAdapter = false; // Reset on error