couchdb: set single_node=true

to remove the need to check if the _users database was created
This commit is contained in:
maxlath
2025-02-27 00:17:20 +01:00
parent 80b8985198
commit 81181578fc
6 changed files with 10 additions and 33 deletions

8
couchdb/local.ini Normal file
View File

@@ -0,0 +1,8 @@
[couchdb]
; Automatically create the system databases on startup (in particular `_users`)
; see https://docs.couchdb.org/en/stable/config/couchdb.html#couchdb/single_node
single_node = true
[fabric]
; Prevent "No DB shards could be opened" errors, see https://github.com/apache/couchdb/issues/4497
shard_timeout_min_msec = 5000