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

This commit is contained in:
Dessalines 2022-09-21 10:06:24 -04:00 committed by GitHub
parent 00790a344a
commit 035739fb62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;