Home
last modified time | relevance | path

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

/plugin/calendar/classes/
H A DRateLimiter.php33 private const CLEANUP_PROBABILITY = 100; define in CalendarRateLimiter
142 if (rand(1, self::CLEANUP_PROBABILITY) === 1) {