couchdb icon indicating copy to clipboard operation
couchdb copied to clipboard

Documentation: add default values

Open thany opened this issue 1 year ago • 1 comments

Summary

In the documentation, in the configuration options I'm missing the part where I can see what the defaults are. It makes to have those, in order to know whether or not adding a config line for any of these options should make a difference.

Desired Behaviour

Add defaults. So for example for maximum HTTP body size, add something like default: 100KB or whatever the value is.

Additional context

I don't know what the default for a config option is, so I have no idea if adding a config line is supposed to make a difference. So if add some config value of 100KB, how am I supposed to know whether I'm increasing or reducing this value without knowing what the default was?

thany avatar Dec 27 '23 10:12 thany

Default values are not documented separately in the docs. You can look for the defaults in the default.ini and local.ini file.

big-r81 avatar Dec 27 '23 13:12 big-r81