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

correct default value for resolve_max_rounds in documentation #1472

Merged
merged 2 commits into from
Oct 31, 2022

Conversation

tgolsson
Copy link
Contributor

Pull Request Check List

  • A news fragment is added in news/ describing what is new.
  • Test cases added for changed code.

Describe what you have changed in this PR.

Went looking for the exact value due to the question in Discord regarding very high lock rounds. Noticed that the docs say that the default value is 1000, but the config item is set to 10000.

| `strategy.resolve_max_rounds` | Specify the max rounds of resolution process | 1000 | Yes | `PDM_RESOLVE_MAX_ROUNDS` |

"strategy.resolve_max_rounds": ConfigItem(
"Specify the max rounds of resolution process",
10000,
env_var="PDM_RESOLVE_MAX_ROUNDS",
coerce=int,
),

@tgolsson
Copy link
Contributor Author

CI failure looks unrelated to anything I've done.

@frostming frostming merged commit cb78d33 into pdm-project:main Oct 31, 2022
@j178 j178 mentioned this pull request Apr 3, 2024
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