mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-01-06 15:04:34 +08:00
default RSSRefreshInterval to 30 mins
closes issue #5235 (https://github.com/qbittorrent/qBittorrent/issues/5235)
This commit is contained in:
parent
fc0746eb71
commit
0ca31deedb
@ -2184,7 +2184,7 @@ void Preferences::setRSSEnabled(const bool enabled)
|
||||
|
||||
uint Preferences::getRSSRefreshInterval() const
|
||||
{
|
||||
return value("Preferences/RSS/RSSRefresh", 5).toUInt();
|
||||
return value("Preferences/RSS/RSSRefresh", 30).toUInt();
|
||||
}
|
||||
|
||||
void Preferences::setRSSRefreshInterval(const uint &interval)
|
||||
|
Loading…
Reference in New Issue
Block a user