mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
wal: lowercase segmentSizeBytes
This commit is contained in:
parent
4b48876f0e
commit
183293e061
@ -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
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user