Increase fetch limit for user and community searches. Fixes #756

This commit is contained in:
Dessalines 2022-09-06 11:23:23 -04:00 committed by Dessalines
parent 00790a344a
commit 99f4c36c6a

View 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;