From 2a304d18c75f35055f0461a13176fd60577aad08 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Tue, 27 Dec 2022 03:37:48 -0700 Subject: [PATCH] Add trending config --- config/trending.php | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 config/trending.php diff --git a/config/trending.php b/config/trending.php new file mode 100644 index 000000000..42ba1509a --- /dev/null +++ b/config/trending.php @@ -0,0 +1,9 @@ + [ + 'ttl' => env('PF_HASHTAGS_TRENDING_TTL', 43200), + 'recency_mins' => env('PF_HASHTAGS_TRENDING_RECENCY_MINS', 20160), + 'limit' => env('PF_HASHTAGS_TRENDING_LIMIT', 20) + ] +];