Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make max. number of calculated occurrences configurable #641

Open
axunonb opened this issue Nov 11, 2024 · 0 comments
Open

Make max. number of calculated occurrences configurable #641

axunonb opened this issue Nov 11, 2024 · 0 comments

Comments

@axunonb
Copy link
Collaborator

axunonb commented Nov 11, 2024

Replace the constant _maxIncrementCount with a configurable variable
Note: The default should be "Infinite", but for occurences without an end date a limitation can be useful

public class RecurrencePatternEvaluator : Evaluator
{
private const int _maxIncrementCount = 1000;

@axunonb axunonb changed the title Make max. number of calculated recurrences configurable Make max. number of calculated occurrences configurable Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant