mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-07-27 09:00:41 +08:00
fix: fix problem when init problem ab would change rss refresh time to 30min. #387
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user