两次启动指令间隔3秒

This commit is contained in:
ZZ 2021-09-03 11:53:47 +08:00
parent 65c496d183
commit 541c46979f

View File

@ -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;
}