mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
reset swap file chunk after uploading
This commit is contained in:
parent
e185d90d24
commit
520591e6ea
|
@ -113,4 +113,5 @@ func (sc *SwapFileChunk) SaveContent(saveFn SaveToStorageFunc) {
|
||||||
})
|
})
|
||||||
mem.Free(data)
|
mem.Free(data)
|
||||||
}
|
}
|
||||||
|
sc.usage = newChunkWrittenIntervalList()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue