1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-22 07:42:41 +00:00
pixelfed/config/trending.php

10 lines
234 B
PHP
Raw Normal View History

2022-12-27 10:37:48 +00:00
<?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)
]
];