-
Notifications
You must be signed in to change notification settings - Fork 16
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
Add resilience info #245
Add resilience info #245
Conversation
== Rate limiting | ||
To avoid the server being overloaded by one or a few clients, a rate limit is applied per IP address. This helps ensure that the server is always available to respond to requests by putting a limit on the load an individual connection is allowed to place on the system. | ||
|
||
The default configuration can be changed with the following server configuration parameters. |
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.
Do you think we need to include these parameters in pages/installation /server.adoc
since it used to be the complete list? Or would the list be too long there?
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.
I think it's already quite long. We've never gotten any negative feedback or requests to adjust the default rate limiting configuration, just inquiries about the specific details. So in my mind, this is probably more for information than anything, although it is of course fully possible to customize the values too.
Thanks for the documentation updates. The preview documentation has now been torn down - reopening this PR will republish it. |
If you open a PR that needs to go into a current version, you need to cherry-pick your commit from dev over to the current version branch. Only then will the proper builds that generate html/pdf be run. But beware: Docs will be generated but not published automatically!