From 9aab2092e690346458c187740abe4361f18bf434 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Fri, 24 Jan 2020 11:32:13 -0500 Subject: [PATCH] additional comment info --- ui/component/claimListDiscover/view.jsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/component/claimListDiscover/view.jsx b/ui/component/claimListDiscover/view.jsx index c203233ba..6d9be9f8e 100644 --- a/ui/component/claimListDiscover/view.jsx +++ b/ui/component/claimListDiscover/view.jsx @@ -110,8 +110,10 @@ function ClaimListDiscover(props: Props) { )}`; } else if ( (typeSort === TYPE_NEW || typeSort === TYPE_TRENDING) && + // Warning - hack below // If users are following more than 5 channels or tags, limit results to stuff less than a year old // This helps with timeout issues for users that are following a ton of stuff + // https://github.com/lbryio/lbry-sdk/issues/2420 (options.channel_ids.length > 5 || options.any_tags.length > 5) ) { options.release_time = `>${Math.floor(