increase FETCH_LIMIT
This commit is contained in:
parent
861b66c6ad
commit
44ad4bce32
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue