increase FETCH_LIMIT

This commit is contained in:
Lhcfl 2024-04-24 22:21:49 +08:00
parent 861b66c6ad
commit 44ad4bce32

View file

@ -75,7 +75,7 @@ const stream = useStream();
const pagingComponent = ref<MkPaginationType<"i/notifications"> | null>(null);
const FETCH_LIMIT = 50;
const FETCH_LIMIT = 90;
const pagination = {
endpoint: "i/notifications" as const,