[group_collection] reduce date limit
This commit is contained in:
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
|
||||
|
|
Loading…
Reference in New Issue