We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad0325a commit cf44441Copy full SHA for cf44441
site/components/CarbonAds.vue
@@ -20,7 +20,7 @@ export default {
20
this.$el.innerHTML = "";
21
this.load();
22
}
23
- }, 10000);
+ }, 20000);
24
},
25
26
methods: {
0 commit comments