src/main/java/com/moon/server/helper/PathHelper.java
@@ -23,7 +23,7 @@ private static int uploadPath = 1; private final static double D80 = 80; private final static double D90 = 90; private final static Log log = LogFactory.getLog(PathHelper.class); @@ -142,7 +142,7 @@ public void deleteOldPath(String tempPath) { try { double ran = Math.random() * 99; if (ran < D80) { if (ran < D90) { return; }