couchdb config: increase session timeout
This commit is contained in:
@@ -7,6 +7,10 @@ single_node = true
|
|||||||
; See https://docs.couchdb.org/en/stable/config/auth.html#chttpd/require_valid_user
|
; See https://docs.couchdb.org/en/stable/config/auth.html#chttpd/require_valid_user
|
||||||
require_valid_user = true
|
require_valid_user = true
|
||||||
|
|
||||||
|
[couch_httpd_auth]
|
||||||
|
; Number of seconds since the last request before sessions will be expired.
|
||||||
|
timeout = 3600
|
||||||
|
|
||||||
[fabric]
|
[fabric]
|
||||||
; Prevent "No DB shards could be opened" errors, see https://github.com/apache/couchdb/issues/4497
|
; 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
|
||||||
|
|||||||
Reference in New Issue
Block a user