Fix backward compatibility of portable caches for 212 idea
Write zero to deletedCount value of counters map instead of removing it in context of LookupStorage performance improving
This commit is contained in:
committed by
teamcityserver
parent
a24eab9745
commit
4003cd2832
@@ -126,7 +126,7 @@ open class LookupStorage(
|
||||
countersFile.createNewFile()
|
||||
}
|
||||
|
||||
countersFile.writeText("$size\n")
|
||||
countersFile.writeText("$size\n0")
|
||||
}
|
||||
} finally {
|
||||
super.flush(memoryCachesOnly)
|
||||
|
||||
Reference in New Issue
Block a user