fix: fix problem when init problem ab would change rss refresh time to 30min. #387

This commit is contained in:
EstrellaXD
2023-07-11 10:03:40 +08:00
parent 3a8d9a71b4
commit c28f8ce93a

View File

@@ -55,9 +55,8 @@ class DownloadClient(TorrentPath):
def init_downloader(self):
prefs = {
"rss_auto_downloading_enabled": True,
"rss_max_articles_per_feed": 500,
"rss_max_articles_per_feed": 5000,
"rss_processing_enabled": True,
"rss_refresh_interval": 30,
}
self.client.prefs_init(prefs=prefs)
try: