diff --git a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/Attributes.pm b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/Attributes.pm index 6ed095967..d26fe041c 100644 --- a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/Attributes.pm +++ b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/Attributes.pm @@ -529,7 +529,7 @@ has 'localSessionStorageOptions' => ( 'default_expires_in' => 600, 'directory_umask' => '007', 'cache_root' => '/tmp', - 'cache_depth' => 5, + 'cache_depth' => 3, }; }, documentation => 'Sessions cache module options',