apache / couchdb

Seamless multi-master syncing database with an intuitive HTTP/JSON API, designed for reliability
https://couchdb.apache.org/
Apache License 2.0
6.2k stars 1.03k forks source link

chore(docs): correct default q value in POST /{db} #5260

Closed SourceR85 closed 1 day ago

SourceR85 commented 1 day ago

Overview

The default value of q is 2 when creating a database.

Checklist