[fenix] Keep history metadata for 14 days

pull/600/head
Christian Sadilek 3 years ago committed by mergify[bot]
parent fa26d61a8f
commit 0d7aa7a57a

@ -446,6 +446,6 @@ class Core(
private const val KEY_STORAGE_NAME = "core_prefs"
private const val PASSWORDS_KEY = "passwords"
private const val RECENTLY_CLOSED_MAX = 10
private const val HISTORY_METADATA_MAX_AGE_IN_MS = 7 * 24 * 60 * 60 * 1000 // 7 days
private const val HISTORY_METADATA_MAX_AGE_IN_MS = 14 * 24 * 60 * 60 * 1000 // 14 days
}
}

Loading…
Cancel
Save