Update cache version
This commit is contained in:
@@ -25,7 +25,7 @@ import java.io.File
|
|||||||
class CacheFormatVersion(targetDataRoot: File) {
|
class CacheFormatVersion(targetDataRoot: File) {
|
||||||
companion object {
|
companion object {
|
||||||
// Change this when incremental cache format changes
|
// Change this when incremental cache format changes
|
||||||
private val INCREMENTAL_CACHE_OWN_VERSION = 5
|
private val INCREMENTAL_CACHE_OWN_VERSION = 6
|
||||||
|
|
||||||
private val CACHE_FORMAT_VERSION =
|
private val CACHE_FORMAT_VERSION =
|
||||||
INCREMENTAL_CACHE_OWN_VERSION * 1000000 +
|
INCREMENTAL_CACHE_OWN_VERSION * 1000000 +
|
||||||
|
|||||||
Reference in New Issue
Block a user