From 66312e99b5acb99a29d8cf9636c54a94a960457f Mon Sep 17 00:00:00 2001 From: Yuri Tatishchev Date: Fri, 6 Feb 2026 05:13:10 -0800 Subject: [PATCH] up the list limit to 1000 --- src/routes/list/+page.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/list/+page.ts b/src/routes/list/+page.ts index 9d66024..c8dd4ed 100644 --- a/src/routes/list/+page.ts +++ b/src/routes/list/+page.ts @@ -9,7 +9,7 @@ import { } from "$lib/types/mal"; import type { PageLoad } from "./$types"; -const LIST_QUERY_LIMIT = 20; +const LIST_QUERY_LIMIT = 1000; const SearchSchema = MalAnimeListQuerySchema.extend({ // Username