Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yangyang0507 committed Nov 27, 2024
1 parent 0b0bec0 commit dda2dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CheckAdBlocked.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
}
onMount(() => {
const interval = setInterval(checkAdBlocker, 5000);
const interval = setInterval(checkAdBlocker, 15000);
return () => clearInterval(interval);
});
</script>
Expand Down

0 comments on commit dda2dce

Please sign in to comment.