Leon4gr45's picture
Upload source files chunk 10
fcd00ef verified
Raw
History Blame Contribute Delete
356 Bytes
<?php
use Piwik\Plugins\DeviceDetectorCache\CachedEntry;
return [
'DeviceDetectorCacheIgnoreUserAgentsWithLessThanXRequests' => 0,
\Piwik\DeviceDetector\DeviceDetectorFactory::class => Piwik\DI::decorate(function ($previous) {
CachedEntry::setCacheDir(PIWIK_DOCUMENT_ROOT . '/tmp/devicecachetests/');
return $previous;
})
];