Set default file log size to 65 KiB and delete backup logs older than 1 month.

This commit is contained in:
sledgehammer999
2018-01-25 03:45:32 +02:00
parent d6cea2f76d
commit 024df8c53f
5 changed files with 20 additions and 23 deletions

View File

@@ -535,16 +535,16 @@
<item>
<widget class="QSpinBox" name="spinFileLogSize">
<property name="suffix">
<string> MB</string>
<string> KiB</string>
</property>
<property name="minimum">
<number>1</number>
</property>
<property name="maximum">
<number>1000</number>
<number>1024000</number>
</property>
<property name="value">
<number>10</number>
<number>65</number>
</property>
</widget>
</item>