Skip to content

Commit 5e811f6

Browse files
committed
see 06/01 log
1 parent 9dcac98 commit 5e811f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utilcode/src/main/java/com/blankj/utilcode/util/CacheUtils.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ public class CacheUtils {
4848

4949
public static final int SEC = 1;
5050
public static final int MIN = 60;
51-
public static final int HOUR = 360;
52-
public static final int DAY = 8640;
51+
public static final int HOUR = 3600;
52+
public static final int DAY = 86400;
5353

5454
private static Map<String, CacheUtils> sCacheMap = new HashMap<>();
5555
private CacheManager mCacheManager;

0 commit comments

Comments
 (0)