Remove PF_HOME_TIMELINE_CACHE config entry entirely

Home timeline caching is now always on with no toggle.
pull/6586/head
Your Name 3 months ago
parent 986e271e98
commit cb1d1f9735

@ -25,7 +25,6 @@ return [
'timeline' => [
'home' => [
'cached' => env('PF_HOME_TIMELINE_CACHE', true),
'cache_ttl' => env('PF_HOME_TIMELINE_CACHE_TTL', 86400),
'cache_dropoff' => env('PF_HOME_TIMELINE_CACHE_DROPOFF', 800),
],

Loading…
Cancel
Save