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

Closed
axunonb opened this issue Nov 11, 2024 · 1 comment
Closed

Make max. number of calculated occurrences configurable #641

axunonb opened this issue Nov 11, 2024 · 1 comment

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
@axunonb
Copy link
Collaborator Author

axunonb commented Mar 5, 2025

Duplicate of #747

@axunonb axunonb marked this as a duplicate of #747 Mar 5, 2025
@axunonb axunonb closed this as completed Mar 5, 2025
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