From 6ccfb4dc65b352f917e138a191cd62ac1d5d4549 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Wed, 1 Jan 2025 19:55:27 +0200 Subject: [PATCH] Lower plex ratings cache --- plextraktsync/config/HttpCacheConfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plextraktsync/config/HttpCacheConfig.py b/plextraktsync/config/HttpCacheConfig.py index daf538e7ba..07a73c74b1 100644 --- a/plextraktsync/config/HttpCacheConfig.py +++ b/plextraktsync/config/HttpCacheConfig.py @@ -76,7 +76,7 @@ class HttpCacheConfig: "plex.tv/api/v2/user": "15m", # Plex patterns # Ratings search - "*/library/sections/*/all?*userRating*=-1*": "5m", + "*/library/sections/*/all?*userRating*=-1*": "10s", # len(PlexLibrarySection) "*/library/sections/*/all?*X-Plex-Container-Size=0": DO_NOT_CACHE, # __iter__(PlexLibrarySection)