diff --git a/lbry/scripts/time_to_first_byte.py b/lbry/scripts/time_to_first_byte.py index 0aea73764..12b492de4 100644 --- a/lbry/scripts/time_to_first_byte.py +++ b/lbry/scripts/time_to_first_byte.py @@ -59,7 +59,7 @@ async def main(cmd_args=None): kwargs = { 'page': page, # 'claim_type': 'stream', - 'order_by': ['trending_global'], + 'order_by': ['trending_global', 'trending_mixed'], 'no_totals': True }