You are here

public property DateRRuleCalc::$max_cycles in Date 8

The maximum number of times to cycle through this code. Needed to avoid endless loops that check for a COUNT without finding any results. This checks the number of times that $this->is_finished() gets called.

File

date_repeat/lib/Drupal/date_repeat/DateRRuleCalc.php, line 133
Code to compute the dates that match an iCal RRULE.

Class

DateRRuleCalc

Namespace

Drupal\date_repeat

Code

public $max_cycles = 10000000;