Home
last modified time | relevance | path

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

/webtrees/app/Factories/
H A DCacheFactory.php36 private const int GC_PROBABILITY = 1000;
78 if (random_int(1, self::GC_PROBABILITY) === 1) {