We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9264d55 commit 9792f38Copy full SHA for 9792f38
x/blockdb/cache_db.go
@@ -17,7 +17,7 @@ var _ database.HeightIndex = (*cacheDB)(nil)
17
// cacheDB caches data from the underlying [Database].
18
//
19
// Operations (Get, Has, Put) are not atomic with the underlying database.
20
-// Concurrent access to the same height can result in cache inconsistencies where
+// Concurrent writes to the same height can result in cache inconsistencies where
21
// the cache and database contain different values. This limitation is acceptable
22
// because concurrent writes to the same height are not an intended use case.
23
type cacheDB struct {
0 commit comments