Add cache duration to ponyfm.php config

This commit is contained in:
Kelvin Zhang 2015-10-26 20:55:15 +00:00
parent fdb95560e7
commit 8f76b4d59d

View file

@ -54,4 +54,15 @@ return [
'use_powered_by_footer' => env('USE_POWERED_BY_FOOTER', true),
/*
|--------------------------------------------------------------------------
| Cache Duration
|--------------------------------------------------------------------------
|
| Duration in minutes for tracks to be stored in cache.
|
*/
'cache_duration' => 1440,
];