-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
docs: add docs for kv_max_value_size #7405
Conversation
673b974
to
157bea1
Compare
Apart from the added docs, the error messages are similar now and are pointing to the corresponding options. Fixes #6708.
157bea1
to
a3be482
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great Hans, thanks for doing this :)
@@ -1449,6 +1449,17 @@ Valid time units are 'ns', 'us' (or 'µs'), 'ms', 's', 'm', 'h'." | |||
single RPC call to a Consul server. See | |||
https://en.wikipedia.org/wiki/Token_bucket for more details about how | |||
token bucket rate limiters operate. | |||
* <a name="kv_max_value_size"></a><a href="#kv_max_value_size"> | |||
`kv_max_value_size`</a> - Configures the maximum number of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
`kv_max_value_size`</a> - Configures the maximum number of | |
`kv_max_value_size`</a> - **(Advanced)** Configures the maximum number of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Taken from the other advanced settings.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Apart from the added docs, the error messages are similar now and are pointing to the corresponding options. Fixes #6708.
Apart from the added docs, the error messages are similar now and are pointing to the corresponding options. Fixes #6708.
Hey @i0rek, thanks for adding documentation about the option. Just curious about this:
Could you elaborate? Does increasing or decreasing the limit have a negative impact? What is considered improper? |
Apart from the added docs, the error messages are similar now and are pointing to the corresponding options. Fixes hashicorp#6708.
Apart from the added docs, the error messages are similar now and are pointing to the corresponding options.
Fixes #6708.