How to disable timeout in fauxton
Asked Answered
H

1

9

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

Hypersensitize answered 10/9, 2021 at 10:26 Comment(2)
Try increasing the couch_httpd_auth timeout value.Beloved
Got moved to chttpd_auth in v3.2: docs.couchdb.org/en/stable/config/auth.html#chttpd_auth/timeoutWhitaker
S
11
  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.
Skysweeper answered 22/5, 2022 at 9:43 Comment(1)
you can also edit this in the config/local.d/docker.ini file under [chttpd_auth] set timeout = 604800 or as neededBiramous

© 2022 - 2024 — McMap. All rights reserved.