also remove Sync() for idx file
This commit is contained in:
@@ -317,9 +317,6 @@ func (v *Volume) makeupDiff(newDatFileName, newIdxFileName, oldDatFileName, oldI
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
return fmt.Errorf("cannot write indexfile %s: %v", newIdxFileName, err)
|
return fmt.Errorf("cannot write indexfile %s: %v", newIdxFileName, err)
|
||||||
}
|
}
|
||||||
if err := idx.Sync(); err != nil {
|
|
||||||
return fmt.Errorf("cannot sync indexfile %s: %v", newIdxFileName, err)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
|
|||||||
Reference in New Issue
Block a user