Explorar o código

Add trending config

Daniel Supernault %!s(int64=2) %!d(string=hai) anos
pai
achega
2a304d18c7
Modificáronse 1 ficheiros con 9 adicións e 0 borrados
  1. 9 0
      config/trending.php

+ 9 - 0
config/trending.php

@@ -0,0 +1,9 @@
+<?php
+
+return [
+    'hashtags' => [
+        'ttl' => env('PF_HASHTAGS_TRENDING_TTL', 43200),
+        'recency_mins' => env('PF_HASHTAGS_TRENDING_RECENCY_MINS', 20160),
+        'limit' => env('PF_HASHTAGS_TRENDING_LIMIT', 20)
+    ]
+];