Skip to content

Commit

Permalink
Lower plex ratings cache
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Jan 1, 2025
1 parent 7ec1549 commit 6ccfb4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plextraktsync/config/HttpCacheConfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6ccfb4d

Please sign in to comment.