Update modifying_agent_configuration.mdx - #7210
Merged
Merged
Conversation
josh-heyer
approved these changes
Aug 11, 2026
josh-heyer
left a comment
Contributor
There was a problem hiding this comment.
This seems true, though I would note that "must be set to 0 or be greater than 1" is probably more accurate - 0 is a special value here. But your version is true enough without being pedantic.
If max_connection - 0 is unlimited why then has to be set to > 1 ? should it not be anything but 1 Seems illogical to say > 1 when it is unlimited , but perhaps O miss something in this
josh-heyer
force-pushed
the
david-olivari-patch-1
branch
from
August 11, 2026 20:31
c92259f to
fc554c3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
If max_connection - 0 is unlimited
why then has to be set to > 1 ?
should it not be anything but 1
Seems illogical to say > 1 when it is unlimited , but perhaps I miss something in this
What Changed?