Skip to content

Commit 3ae6434

Browse files
committed
Cart update 1 second
1 parent 082cc97 commit 3ae6434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Layout/LayoutCart.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,5 @@ setInterval(() => {
8686
if (process.client && !pending.value && getCookie("woo-session")) {
8787
updateCartDisplay();
8888
}
89-
}, 2000);
89+
}, 1000);
9090
</script>

0 commit comments

Comments
 (0)