mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-21 07:17:25 +08:00
release file handle
This commit is contained in:
@@ -381,6 +381,7 @@ func copyDataBasedOnIndexFile(srcDatName, srcIdxName, dstDatName, datIdxName str
|
||||
return err
|
||||
}
|
||||
srcDatBackend = backend.NewDiskFile(dataFile)
|
||||
defer srcDatBackend.Close()
|
||||
|
||||
now := uint64(time.Now().Unix())
|
||||
|
||||
|
Reference in New Issue
Block a user