两次启动指令间隔3秒
This commit is contained in:
parent
65c496d183
commit
541c46979f
@ -57,7 +57,7 @@ public class CacheDataUtils {
|
||||
if (HORI != null) {
|
||||
return true;
|
||||
}
|
||||
REDIS.setCacheObject(hori, "protection film", 300L, TimeUnit.MILLISECONDS);
|
||||
REDIS.setCacheObject(hori, "protection film", 3000L, TimeUnit.MILLISECONDS);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user