[group_collection] reduce date limit

This commit is contained in:
Fosco Marotto 2021-01-23 03:16:57 -05:00
parent 958e8aad3a
commit 940b6eb392

@ -8,7 +8,7 @@ class SortingQueryBuilder < BaseService
min_reblogs = 2
min_replies = 1
date_limit = 5.years.ago
pure_limit = "NOW() - INTERVAL '1 year'"
pure_limit = "NOW() - INTERVAL '14 days'"
max_page = 8
case sort_type