Home
last modified time | relevance | path

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

/webtrees/app/Http/Middleware/
H A DDoHousekeeping.php51 private const PROBABILITY = 250; define in Fisharebest\\Webtrees\\Http\\Middleware\\DoHousekeeping
74 …st->getMethod() === RequestMethodInterface::METHOD_GET && random_int(1, self::PROBABILITY) === 1) {