feat: update cache after remove instead of clear

This commit is contained in:
Noah Hsu
2022-09-14 20:28:52 +08:00
parent 66b2562d03
commit 7ad3748a46
3 changed files with 31 additions and 6 deletions

View File

@ -184,7 +184,7 @@ func FsRemove(c *gin.Context) {
return
}
}
fs.ClearCache(req.Dir)
//fs.ClearCache(req.Dir)
common.SuccessResp(c)
}