Private GIT

Skip to content
Snippets Groups Projects
Commit 2e95a5e1 authored by ROpdebee's avatar ROpdebee
Browse files

Upped RARBG's cache checking interval to 10min

parent 2e857d76
Branches
Tags
No related merge requests found
...@@ -260,8 +260,8 @@ class RarbgCache(tvcache.TVCache): ...@@ -260,8 +260,8 @@ class RarbgCache(tvcache.TVCache):
tvcache.TVCache.__init__(self, provider_obj) tvcache.TVCache.__init__(self, provider_obj)
# only poll RARbg every 15 minutes max # only poll RARBG every 10 minutes max
self.minTime = 5 self.minTime = 10
def _getRSSData(self): def _getRSSData(self):
search_params = {'RSS': ['']} search_params = {'RSS': ['']}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment