Merge pull request #12098 from Budibase/fix/couchdb-fauxton-timeout
CouchDB extend logout timeout
This commit is contained in:
commit
9a8f7aeb84
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue