mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-21 10:37:24 +08:00
add todo
This commit is contained in:
@@ -17,6 +17,7 @@ type LevelDbNeedleMap struct {
|
||||
baseNeedleMapper
|
||||
}
|
||||
|
||||
// TODO avoid using btree to count deletions.
|
||||
func NewLevelDbNeedleMap(dbFileName string, indexFile *os.File) (m *LevelDbNeedleMap, err error) {
|
||||
m = &LevelDbNeedleMap{dbFileName: dbFileName}
|
||||
m.indexFile = indexFile
|
||||
|
Reference in New Issue
Block a user