mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-13 16:53:08 -07: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue