From 2203a9d08be56afbb40beaf168a87a357207b7ed Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Fri, 4 Mar 2022 13:00:09 +0100 Subject: [PATCH] Update to 2022-03-04 13:00 --- roles/lemonldap_ng/defaults/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/lemonldap_ng/defaults/main.yml b/roles/lemonldap_ng/defaults/main.yml index 3e570f4..6fbfe9d 100644 --- a/roles/lemonldap_ng/defaults/main.yml +++ b/roles/lemonldap_ng/defaults/main.yml @@ -69,3 +69,6 @@ llng_handler_db_user: lemonldapnghandler # Number of llng-fastcgi-server or uwsgi workers. The upstream default is 7 but you might need to adjust to your load llng_workers: 6 + +# Sessions are cached locally for performance reasons. You can set the duration (in seconds) for which the cache will be considered valid +llng_session_cache: 300