reduce EVENT_PAGE_LIMIT from 99 to 42

This commit is contained in:
778a69cd 2023-04-04 16:46:53 +02:00
parent 2509e224b9
commit e8909780eb
2 changed files with 3 additions and 3 deletions

View file

@ -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: {

View file

@ -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