Skip to content

Commit

Permalink
Update hashtpl
Browse files Browse the repository at this point in the history
  • Loading branch information
Kbhat1 committed Feb 3, 2025
1 parent 8df3fc8 commit eeaea8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ss/pebbledb/db.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const (
PrefixStore = "s/k:"
LenPrefixStore = 4
StorePrefixTpl = "s/k:%s/" // s/k:<storeKey>
HashTpl = "s_/hash:%s:%d-%d" // "s_/hash:<storeKey>:%d-%d"
HashTpl = "s/_hash:%s:%d-%d" // "s/_hash:<storeKey>:%d-%d"
latestVersionKey = "s/_latest" // NB: latestVersionKey key must be lexically smaller than StorePrefixTpl
earliestVersionKey = "s/_earliest"
latestMigratedKeyMetadata = "s/_latestMigratedKey"
Expand Down

0 comments on commit eeaea8f

Please sign in to comment.