Extending Fauxton timeout from 600s -> 7200s. Allow for 2 hours before logout occurs.
This commit is contained in:
parent
67d68ce0eb
commit
7d51a3d385
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue