fewer internal banners

This commit is contained in:
Andrea Vos 2024-06-22 09:03:26 +02:00
parent e48cd4f67f
commit cf6ab6ae16

View File

@ -90,7 +90,7 @@ export default {
(this.adsInternal[this.currentKey] || adPlaceholders[this.currentKey]);
},
adConfig() {
if (!this.externalAdsEnabled && Math.random() < 0.3) {
if (!this.externalAdsEnabled && Math.random() < 0.9) {
return { active: false };
}