Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yangyang0507 committed May 28, 2024
1 parent 3a8e7ba commit d8ba166
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 @@ -39,7 +39,7 @@
}
onMount(() => {
const interval = setInterval(checkAdBlocker, 5000);
const interval = setInterval(checkAdBlocker, 3000);
return () => clearInterval(interval);
});
</script>
Expand Down

0 comments on commit d8ba166

Please sign in to comment.