mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-08-23 06:02:57 +02:00
Updated default cache lifetime to one hour
This commit is contained in:
@@ -17,9 +17,9 @@ return [
|
||||
/**
|
||||
* The app cache lifetime (in seconds). If set to 0, cache indefinitely.
|
||||
*
|
||||
* Default value: 0 (indefinitely)
|
||||
* Default value: 3600 (one hour)
|
||||
*/
|
||||
'cache_lifetime' => DI\env('CACHE_LIFETIME', 0),
|
||||
'cache_lifetime' => DI\env('CACHE_LIFETIME', 3600),
|
||||
|
||||
/**
|
||||
* Some cache drivers require manually pruning the cache periodically to
|
||||
|
Reference in New Issue
Block a user