wal: lowercase segmentSizeBytes
This commit is contained in:
@ -33,6 +33,6 @@ func (w *WAL) renameWal(tmpdirpath string) (*WAL, error) {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
w.fp = newFilePipeline(w.dir, SegmentSizeBytes)
|
||||
w.fp = newFilePipeline(w.dir, segmentSizeBytes)
|
||||
return w, nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user