Re: [PR] add eviction for idleness to ets_lru [couchdb]

2023-11-10 Thread via GitHub
rnewson merged PR #4838: URL: https://github.com/apache/couchdb/pull/4838 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[PR] add eviction for idleness to ets_lru [couchdb]

2023-11-10 Thread via GitHub
rnewson opened a new pull request, #4838: URL: https://github.com/apache/couchdb/pull/4838 ## Overview add `max_idle` option, which evicts items by last access time (as opposed to `max_lifetime` which evicts based on creation time). ## Testing recommendations N/A