]> Untitled Git - lemmy-ui.git/commitdiff
Reduce fetchLimit (40 -> 20) (#1638)
authorSander Saarend <sander@saarend.com>
Tue, 27 Jun 2023 14:52:01 +0000 (17:52 +0300)
committerGitHub <noreply@github.com>
Tue, 27 Jun 2023 14:52:01 +0000 (10:52 -0400)
Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
src/shared/config.ts

index c56c64b0c2c3f1afce182f3598d1afebf432f1c5..97b28d2597bdd9662be9bb40a4bf7073a452764d 100644 (file)
@@ -21,7 +21,7 @@ export const markdownFieldCharacterLimit = 50000;
 export const maxUploadImages = 20;
 export const concurrentImageUpload = 4;
 export const updateUnreadCountsInterval = 30000;
-export const fetchLimit = 40;
+export const fetchLimit = 20;
 export const relTags = "noopener nofollow";
 export const emDash = "\u2014";