Skip to content

Commit

Permalink
Update spinRSSFetchDelay max value
Browse files Browse the repository at this point in the history
Allow maximum value as user input to remove artificial limit

Co-authored-by: Chocobo1 <Chocobo1@users.noreply.github.com>
  • Loading branch information
jNullj and Chocobo1 committed Jan 7, 2024
1 parent aa96086 commit 6fa7c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/optionsdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -3160,7 +3160,7 @@ Disable encryption: Only connect to peers without protocol encryption</string>
<string> sec</string>
</property>
<property name="maximum">
<number>999999</number>
<number>2147483646</number>
</property>
<property name="value">
<number>2</number>
Expand Down

0 comments on commit 6fa7c4e

Please sign in to comment.