mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-23 13:04:23 +00:00
Merge pull request #5293 from botmtl/master
default RSSRefreshInterval to 30 mins
This commit is contained in:
commit
6812b74bbf
@ -2184,7 +2184,7 @@ void Preferences::setRSSEnabled(const bool enabled)
|
|||||||
|
|
||||||
uint Preferences::getRSSRefreshInterval() const
|
uint Preferences::getRSSRefreshInterval() const
|
||||||
{
|
{
|
||||||
return value("Preferences/RSS/RSSRefresh", 5).toUInt();
|
return value("Preferences/RSS/RSSRefresh", 30).toUInt();
|
||||||
}
|
}
|
||||||
|
|
||||||
void Preferences::setRSSRefreshInterval(const uint &interval)
|
void Preferences::setRSSRefreshInterval(const uint &interval)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user