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

fix: Correct the MaxRetryTimes default value to 10 #626

Merged
merged 1 commit into from
May 26, 2023

Conversation

xiaoxiaotank
Copy link
Contributor

Description

The default value described in the comment for the MaxRetryTimes is 10, but the _maxRetryTimes is set 30 default, I think 10 is a properly value, so I correct the MaxRetryTimes default value to 10

public class BackgroundJobOptions
{
  private int _maxRetryTimes = 10;
}

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • Code compiles correctly
  • Created/updated tests
  • Extended the documentation

Copy link
Contributor

@zhenlei520 zhenlei520 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@zhenlei520 zhenlei520 merged commit 3e94dc2 into masastack:main May 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants