chore: Reduce Error debounce interval

This commit is contained in:
Sidharth Vinod
2026-04-01 20:43:15 +05:30
parent c675dc02e9
commit 0e0da3b1e9
+1 -1
View File
@@ -24,7 +24,7 @@
const showErrorDebounced = debounce(() => {
showError = true;
}, 5000);
}, 3000);
$effect(() => {
if ($stateStore.error) {