From 8f76b4d59dffffdb56af8293a6c94bf3dd0dc9d7 Mon Sep 17 00:00:00 2001 From: Kelvin Zhang Date: Mon, 26 Oct 2015 20:55:15 +0000 Subject: [PATCH] Add cache duration to ponyfm.php config --- config/ponyfm.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/config/ponyfm.php b/config/ponyfm.php index add3e98f..7ae9f250 100644 --- a/config/ponyfm.php +++ b/config/ponyfm.php @@ -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, + ];