Skip to content

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