Implement MD5 cache clear routine

This commit is contained in:
DaCool
2023-11-12 13:36:20 +00:00
committed by harlekin
parent 3000bac86c
commit 79052b1aa5
3 changed files with 108 additions and 11 deletions

View File

@@ -265,8 +265,7 @@ import lombok.Data;
if (md5_local.equals(name) == false) {
file.delete();
}
// TODO: remove old one
Md5.remove(file.getAbsolutePath());
}
else {
file.delete();