Home
last modified time | relevance | path

Searched refs:errorInterval (Results 1 – 1 of 1) sorted by relevance

/plugin/statistics/inc/
H A DBrowscap.php92 * $errorInterval: The next update interval in seconds in case of an error.
105 public $errorInterval = 7200; // 2 hours variable in Browscap
287 // Adjust the filemtime to the $errorInterval
288 touch($ini_file, time() - $this->updateInterval + $this->errorInterval);