Set default cache depth to 3 (#712)

This commit is contained in:
Clément Oudot 2014-06-25 14:12:46 +00:00
parent 793e28be10
commit 3c5be4821e

View File

@ -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',