diff --git a/core/DeviceDetectorCache.php b/core/DeviceDetectorCache.php index 744560df92b4014668a94d6fb1565f8157ff7ffc..eab44a92977c0c5bb04d4e33dbee1b9b9410355e 100644 --- a/core/DeviceDetectorCache.php +++ b/core/DeviceDetectorCache.php @@ -15,7 +15,7 @@ use Exception; * * Combines Piwik\CacheFile with an additional caching in static property * - * Static caching speeds up multiple detections in one request, which is mostly the case when importing logs + * Static caching speeds up multiple detections in one request, which is the case when sending bulk requests */ class DeviceDetectorCache extends CacheFile implements \DeviceDetector\Cache\CacheInterface {