]> Untitled Git - lemmy-ui.git/commitdiff
Increase fetch limit for user and community searches. Fixes #756 (#773)
authorDessalines <dessalines@users.noreply.github.com>
Wed, 21 Sep 2022 14:06:24 +0000 (10:06 -0400)
committerGitHub <noreply@github.com>
Wed, 21 Sep 2022 14:06:24 +0000 (10:06 -0400)
src/shared/utils.ts

index 19b48c1945700410520f2e15e1fc9e21eb2833df..9257a4e6c657a5986dfe5f1d13ad8e2571af170e 100644 (file)
@@ -69,7 +69,7 @@ export const webArchiveUrl = "https://web.archive.org";
 export const elementUrl = "https://element.io";
 
 export const postRefetchSeconds: number = 60 * 1000;
-export const fetchLimit = 20;
+export const fetchLimit = 40;
 export const trendingFetchLimit = 6;
 export const mentionDropdownFetchLimit = 10;
 export const commentTreeMaxDepth = 8;