wal: lowercase segmentSizeBytes

This commit is contained in:
Gyu-Ho Lee
2016-08-31 09:48:11 -07:00
parent 4b48876f0e
commit 183293e061

View File

@ -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
}