Merge pull request #12098 from Budibase/fix/couchdb-fauxton-timeout

CouchDB extend logout timeout
This commit is contained in:
Adria Navarro 2023-10-18 12:42:19 +02:00 committed by GitHub
commit 9a8f7aeb84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -3,3 +3,6 @@
[couchdb] [couchdb]
database_dir = DATA_DIR/couch/dbs database_dir = DATA_DIR/couch/dbs
view_index_dir = DATA_DIR/couch/views view_index_dir = DATA_DIR/couch/views
[chttpd_auth]
timeout = 7200 ; 2 hours in seconds