diff --git a/js/src/views/Home.vue b/js/src/views/Home.vue index f4c2ff0b4..b6fb4cc3d 100644 --- a/js/src/views/Home.vue +++ b/js/src/views/Home.vue @@ -290,7 +290,7 @@ import { IConfig } from "../types/config.model"; import { IFollowedGroupEvent } from "../types/followedGroupEvent.model"; import Subtitle from "../components/Utils/Subtitle.vue"; -const EVENT_PAGE_LIMIT = 99; +const EVENT_PAGE_LIMIT = 42; @Component({ apollo: { diff --git a/js/src/views/Search.vue b/js/src/views/Search.vue index 6167ae044..e0a06fee3 100644 --- a/js/src/views/Search.vue +++ b/js/src/views/Search.vue @@ -255,9 +255,9 @@ interface ISearchTimeOption { end?: Date | null; } -const EVENT_PAGE_LIMIT = 99; +const EVENT_PAGE_LIMIT = 42; -const GROUP_PAGE_LIMIT = 99; +const GROUP_PAGE_LIMIT = 42; const DEFAULT_RADIUS = 25; // value to set if radius is null but location set