couchdb config: increase session timeout

This commit is contained in:
maxlath
2025-03-04 13:22:34 +01:00
parent 7bb3759cfa
commit e2ef349a1d

View File

@@ -7,6 +7,10 @@ single_node = true
; See https://docs.couchdb.org/en/stable/config/auth.html#chttpd/require_valid_user
require_valid_user = true
[couch_httpd_auth]
; Number of seconds since the last request before sessions will be expired.
timeout = 3600
[fabric]
; Prevent "No DB shards could be opened" errors, see https://github.com/apache/couchdb/issues/4497
shard_timeout_min_msec = 5000
shard_timeout_min_msec = 5000