1. 更改版本号为1.0.1-beta

2. 优化缓冲池,缓冲池延迟启动
This commit is contained in:
liushaofeng
2020-10-20 10:24:25 +08:00
parent b3201daa20
commit 721af9dd08
@@ -70,6 +70,7 @@ public class CacheSliderCaptchaTemplate implements SliderCaptchaTemplate {
log.error("缓存队列扫描时出错, ex", e);
}
}, 0, 100, TimeUnit.MILLISECONDS);
log.info("缓存滑块验证码调度器初始化完成: size:{}", size);
}
@SneakyThrows