dead code

This commit is contained in:
Jarek Kowalski
2018-01-01 17:16:51 -08:00
parent 9bd93ee787
commit ef2ac1b5eb

View File

@@ -20,7 +20,6 @@
const (
parallelFetches = 5 // number of parallel reads goroutines
parallelDeletes = 20 // number of parallel delete goroutines
flushPackIndexTimeout = 10 * time.Minute // time after which all pending indexes are flushes
packBlockPrefix = "P" // prefix for all storage blocks that are pack indexes
nonPackedObjectsPackGroup = "raw" // ID of pack group that stores non-packed objects that don't belong to any group