From 24efc4f1ec7c8f537653cc7da16fcafe480d94d0 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 10 Dec 2023 02:41:17 -0800 Subject: feat(manga): lighter rate-limits --- src/stores/settings.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stores') diff --git a/src/stores/settings.ts b/src/stores/settings.ts index ca081058..c105fbb5 100644 --- a/src/stores/settings.ts +++ b/src/stores/settings.ts @@ -56,7 +56,7 @@ const defaultSettings: Settings = { guessMethod: 'median', // Cache - cacheMangaMinutes: 60, + cacheMangaMinutes: 120, cacheMinutes: 30 }; -- cgit v1.2.3