5

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

  • 1
    Try 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 Answers1

6
  1. Open Fauxton
  2. Go to the configuration page
  3. Under chttpd_auth there may or may not be a timeout entry. If there is delete it.
  4. Click "Add option". Fill out the form where "section" is chttpd_auth, "name" is timeout, and "value" is the timeout in seconds.
Andy
  • 61,948
  • 13
  • 68
  • 95