GitHub user big-r81 added a comment to the discussion: [chttpd_auth_lockout] max_lifetime = -1 always makes the Elixir integration tests fail
Hi, as Jay correctly outlined, `max_lifetime` needs to be a [non-negative integer](https://github.com/apache/couchdb/blob/95dac7438228957eb700d8ea3f5c4808a6446693/src/ets_lru/src/ets_lru.erl#L62) value or undefined! ``` max_lifetime :: non_neg_integer() | undefined, ``` What do you want to achieve with a setting of `-1`? GitHub link: https://github.com/apache/couchdb/discussions/5520#discussioncomment-12966866 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
