diff options
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 }; |