fix cache

This commit is contained in:
jxxghp
2023-08-04 17:22:41 +08:00
parent 7103eebf8e
commit 0f91770196
2 changed files with 10 additions and 4 deletions

View File

@ -194,14 +194,16 @@ class Settings(BaseSettings):
if self.BIG_MEMORY_MODE:
return {
"tmdb": 1024,
"torrents": 200,
"refresh": 50,
"torrents": 100,
"douban": 512,
"fanart": 512,
"meta": 15 * 24 * 3600
}
return {
"tmdb": 256,
"torrents": 100,
"refresh": 30,
"torrents": 50,
"douban": 256,
"fanart": 128,
"meta": 7 * 24 * 3600