In developing i use the fauxton. But it is anoying keep using the login due to timeout. Is it possible to disable the timeout login for fauxton to avoid this problem in developing? Thank you
Asked
Active
Viewed 754 times
5
-
1Try increasing the [couch_httpd_auth timeout](https://docs.couchdb.org/en/stable/config/auth.html#couch_httpd_auth/timeout) value. – RamblinRose Sep 10 '21 at 11:53
-
Got moved to `chttpd_auth` in v3.2: https://docs.couchdb.org/en/stable/config/auth.html#chttpd_auth/timeout – DharmaTurtle Oct 22 '21 at 22:54
1 Answers
6
- Open Fauxton
- Go to the configuration page
- Under
chttpd_auth
there may or may not be atimeout
entry. If there is delete it. - Click "Add option". Fill out the form where "section" is
chttpd_auth
, "name" istimeout
, and "value" is the timeout in seconds.

Andy
- 61,948
- 13
- 68
- 95