testing with 5 secs
This commit is contained in:
@@ -35,7 +35,7 @@ export function handleConfigUpdate(config: Record<string, any>) {
|
|||||||
} finally {
|
} finally {
|
||||||
easyAdapterTimer = null;
|
easyAdapterTimer = null;
|
||||||
}
|
}
|
||||||
}, 90000);
|
}, 5000);
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error("Failed to show EasyAdapter dialog:", error);
|
console.error("Failed to show EasyAdapter dialog:", error);
|
||||||
hasShownEasyAdapter = false; // Reset on error
|
hasShownEasyAdapter = false; // Reset on error
|
||||||
|
|||||||
Reference in New Issue
Block a user