changed to 90 seconds modal

This commit is contained in:
sanjayk03-dev
2025-09-21 01:22:44 +05:30
parent 363f3a770e
commit 6f881e1eae

View File

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