Increases the maximum allowed number in prune keep hourly to 9999 and daily to 999. (#1089)

Signed-off-by: lstrz <lstrz@users.noreply.github.com>
This commit is contained in:
Luka 2021-10-27 03:56:28 -07:00 committed by GitHub
parent c7a1077fec
commit fbbd788629
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -238,6 +238,9 @@
<property name="minimum">
<number>-1</number>
</property>
<property name="maximum">
<number>9999</number>
</property>
</widget>
</item>
<item>
@ -255,6 +258,9 @@
<property name="minimum">
<number>-1</number>
</property>
<property name="maximum">
<number>999</number>
</property>
</widget>
</item>
<item>