diff options
| author | Fuwn <[email protected]> | 2023-12-10 02:41:17 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-12-10 02:41:17 -0800 |
| commit | 24efc4f1ec7c8f537653cc7da16fcafe480d94d0 (patch) | |
| tree | b88e99c9c4edb437c6241777892f5bc5772063e0 /src/stores | |
| parent | feat(mangadex): add safe rate limits (diff) | |
| download | due.moe-24efc4f1ec7c8f537653cc7da16fcafe480d94d0.tar.xz due.moe-24efc4f1ec7c8f537653cc7da16fcafe480d94d0.zip | |
feat(manga): lighter rate-limits
Diffstat (limited to 'src/stores')
| -rw-r--r-- | src/stores/settings.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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 }; |