From 7d51a3d3854dc8a0ab4c2c3a6ab2668a3a706c6d Mon Sep 17 00:00:00 2001 From: mike12345567 Date: Wed, 18 Oct 2023 10:19:30 +0100 Subject: [PATCH] Extending Fauxton timeout from 600s -> 7200s. Allow for 2 hours before logout occurs. --- hosting/couchdb/couch/local.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosting/couchdb/couch/local.ini b/hosting/couchdb/couch/local.ini index 266c0d4b60..34e74dd72a 100644 --- a/hosting/couchdb/couch/local.ini +++ b/hosting/couchdb/couch/local.ini @@ -3,3 +3,6 @@ [couchdb] database_dir = DATA_DIR/couch/dbs view_index_dir = DATA_DIR/couch/views + +[chttpd_auth] +timeout = 7200 ; 2 hours in seconds