Skip to content

Commit

Permalink
For mozilla-mobile#23731 - Use the disk cache for the Contile top sites
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielluong committed Feb 15, 2022
1 parent a42bed6 commit babddb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/java/org/mozilla/fenix/components/Core.kt
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,6 @@ class Core(
private const val KEY_STORAGE_NAME = "core_prefs"
private const val RECENTLY_CLOSED_MAX = 10
const val HISTORY_METADATA_MAX_AGE_IN_MS = 14 * 24 * 60 * 60 * 1000 // 14 days
private const val CONTILE_MAX_CACHE_AGE = 15L // 15 minutes
private const val CONTILE_MAX_CACHE_AGE = 60L // 60 minutes
}
}
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/AndroidComponents.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

object AndroidComponents {
const val VERSION = "99.0.20220209170927"
const val VERSION = "99.0.20220214232836"
}

0 comments on commit babddb7

Please sign in to comment.