@@ -1695,8 +1695,8 @@ public final class FileUtils {
try {
File f = new File(getCacheDir(application,"colexiu") + "/dysf.sf2");
if (f.exists()) {
- if (f.length() < 1024 * 1024 * 130) {
- //如果文件存在,并且低于138M
+ if (f.length() < 1024 * 1024 * 38) {
+ //如果文件存在,并且低于38M
//目前没有md5校验,所以先这样处理文件完整性的问题
f.delete();
}