Changed default local data retention period to 7 days from 28 to reduce local database access times - work around for #63
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
android:summary="@string/AutoPruneDbSummary"
|
||||
android:title="@string/AutoPruneDbTitle" />
|
||||
<EditTextPreference
|
||||
android:defaultValue="28"
|
||||
android:defaultValue="7"
|
||||
android:key="DataRetentionPeriod"
|
||||
android:summary="@string/dataRetentionPeriodSummary"
|
||||
android:title="@string/dataRetentionPeriodTitle" />
|
||||
|
||||
Reference in New Issue
Block a user