mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07: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">
|
<item row="1" column="1">
|
||||||
<widget class="QSpinBox" name="spinRSSMaxArticlesPerFeed">
|
<widget class="QSpinBox" name="spinRSSMaxArticlesPerFeed">
|
||||||
<property name="maximum">
|
<property name="maximum">
|
||||||
<number>9999</number>
|
<number>2147483646</number>
|
||||||
</property>
|
</property>
|
||||||
<property name="value">
|
<property name="value">
|
||||||
<number>100</number>
|
<number>100</number>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue