Merge branch 'MD5-rework' into 'master'

Implement MD5 cache clear routine

See merge request sheepitrenderfarm/client!249
This commit is contained in:
harlekin
2023-11-12 13:36:20 +00:00
3 changed files with 108 additions and 11 deletions

View File

@@ -227,6 +227,7 @@ public class Utils {
}
}
file.delete();
Md5.remove(file.getAbsolutePath());
}
/**