mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 06:21:27 +00:00
Add trending config
This commit is contained in:
parent
d6fbbb45ab
commit
2a304d18c7
1 changed files with 9 additions and 0 deletions
9
config/trending.php
Normal file
9
config/trending.php
Normal file
|
@ -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)
|
||||||
|
]
|
||||||
|
];
|
Loading…
Reference in a new issue