forked from organicmaps/organicmaps
[android] Reduced request time for native ads
This commit is contained in:
parent
bd258891e6
commit
95e14318fc
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ abstract class CachingNativeAdLoader extends BaseNativeAdLoader
|
|||
{
|
||||
private static final Logger LOGGER = LoggerFactory.INSTANCE.getLogger(LoggerFactory.Type.MISC);
|
||||
private static final String TAG = CachingNativeAdLoader.class.getSimpleName();
|
||||
private static final long REQUEST_INTERVAL_MS = 30 * 1000;
|
||||
private static final long REQUEST_INTERVAL_MS = 5 * 1000;
|
||||
private static final Map<BannerKey, CachedMwmNativeAd> CACHE = new HashMap<>();
|
||||
private static final Set<BannerKey> PENDING_REQUESTS = new HashSet<>();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue