]> Untitled Git - lemmy-ui.git/blobdiff - src/shared/components/community/communities.tsx
New communities fetch limit is 50. (#711)
[lemmy-ui.git] / src / shared / components / community / communities.tsx
index 0ed2787f10b2e23486b12e40c1fb464ac205a42a..db17084a3e56ebd0e74f8cb41055d234124e358a 100644 (file)
@@ -35,7 +35,7 @@ import { ListingTypeSelect } from "../common/listing-type-select";
 import { Paginator } from "../common/paginator";
 import { CommunityLink } from "./community-link";
 
-const communityLimit = 100;
+const communityLimit = 50;
 
 interface CommunitiesState {
   listCommunitiesResponse: Option<ListCommunitiesResponse>;