Add comment to exported constant

This commit is contained in:
Julio Lopez
2019-12-19 18:11:22 -08:00
committed by Jarek Kowalski
parent 8526376e08
commit 99bca0218d

View File

@@ -23,6 +23,7 @@
// ErrNotFound is returned when the metadata item is not found.
var ErrNotFound = errors.New("not found")
// ContentPrefix is the prefix of the content id for manifests
const ContentPrefix = "m"
const autoCompactionContentCount = 16