mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-11-03 23:20:25 +08:00
写入和删除缓存文件时增加线程数限制
This commit is contained in:
@@ -406,5 +406,5 @@ func (this *FileReader) discard() error {
|
||||
}
|
||||
|
||||
// remove file
|
||||
return os.Remove(this.fp.Name())
|
||||
return fsutils.Remove(this.fp.Name())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user