Home
last modified time | relevance | path

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

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