mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-27 03:39:39 +03:00
Increase limit of maximum number of articles per feed
Closes #16690. PR #16698. Co-authored-by: An0n <79678786+an0n666@users.noreply.github.com>
This commit is contained in:
parent
a8b6a40f13
commit
ce0e5be7ce
1 changed files with 1 additions and 1 deletions
|
@ -2789,7 +2789,7 @@ Disable encryption: Only connect to peers without protocol encryption</string>
|
|||
<item row="1" column="1">
|
||||
<widget class="QSpinBox" name="spinRSSMaxArticlesPerFeed">
|
||||
<property name="maximum">
|
||||
<number>9999</number>
|
||||
<number>2147483646</number>
|
||||
</property>
|
||||
<property name="value">
|
||||
<number>100</number>
|
||||
|
|
Loading…
Reference in a new issue