Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DEvent.php42 * @param int $maxEvent In case of a start or if there is a recursive bug. We don't want to take all the resources
45 public static function dispatchEvent(int $maxEvent = 10) argument
82 $statement .= "order by timestamp limit {$maxEvent}";
111 $select .= " order by " . self::TIMESTAMP_ATTRIBUTE . " limit {$maxEvent}";
169 if ($eventCounter >= $maxEvent) {