Updated default cache lifetime to one hour

This commit is contained in:
Chris Kankiewicz
2021-06-25 22:30:02 -07:00
parent 76fc04034f
commit cf393cbe75

View File

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