mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2025-02-12 08:26:44 +01:00
Add cache duration to ponyfm.php config
This commit is contained in:
parent
fdb95560e7
commit
8f76b4d59d
1 changed files with 11 additions and 0 deletions
|
@ -54,4 +54,15 @@ return [
|
||||||
|
|
||||||
'use_powered_by_footer' => env('USE_POWERED_BY_FOOTER', true),
|
'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,
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue