Set cache_depth to 3 in local config cache (Fixes: #1814)

This commit is contained in:
Xavier Guimard 2019-06-24 18:51:15 +02:00
parent f9fb8a2772
commit 2cb221b4e0
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ dirName=__pwd__/e2e-tests/conf
; 'default_expires_in' => 600, \ ; 'default_expires_in' => 600, \
; 'directory_umask' => '007', \ ; 'directory_umask' => '007', \
; 'cache_root' => '__pwd__/e2e-tests/conf', \ ; 'cache_root' => '__pwd__/e2e-tests/conf', \
; 'cache_depth' => 0, \ ; 'cache_depth' => 3, \
;} ;}
[portal] [portal]

View File

@ -159,7 +159,7 @@ dirName=/var/lib/lemonldap-ng/conf
; 'default_expires_in' => 600, \ ; 'default_expires_in' => 600, \
; 'directory_umask' => '007', \ ; 'directory_umask' => '007', \
; 'cache_root' => '/tmp', \ ; 'cache_root' => '/tmp', \
; 'cache_depth' => 0, \ ; 'cache_depth' => 3, \
; } ; }
localStorage=Cache::FileCache localStorage=Cache::FileCache
localStorageOptions={ \ localStorageOptions={ \
@ -167,7 +167,7 @@ localStorageOptions={ \
'default_expires_in' => 600, \ 'default_expires_in' => 600, \
'directory_umask' => '007', \ 'directory_umask' => '007', \
'cache_root' => '/tmp', \ 'cache_root' => '/tmp', \
'cache_depth' => 0, \ 'cache_depth' => 3, \
} }
[portal] [portal]