Skip to content

Commit

Permalink
fixup! fixup! Tune http cache rules. Increase caching
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Mar 17, 2024
1 parent bee0a81 commit be9b181
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plextraktsync/config/HttpCacheConfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ class HttpCacheConfig:
"plex.tv/api/v2/user": "15m",
# Plex patterns
# Ratings search
"*/library/sections/*/all?*userRating*=-1*": "15m",
"*/library/sections/*/all?*userRating*=-1*": "5m",
# len(PlexLibrarySection)
"*/library/sections/*/all?*X-Plex-Container-Size=0": "10m",
"*/library/sections/*/all?*X-Plex-Container-Size=0": "5m",
# __iter__(PlexLibrarySection)
"*/library/sections/*/all?includeGuids=1": "50m",
"*/library/sections/*/all?includeGuids=1": "5m",
# find_by_title
"*/library/sections/*/all?includeGuids=1&title=*": "5m",
# episodes
Expand Down

0 comments on commit be9b181

Please sign in to comment.