mirror of
https://github.com/dromara/tianai-captcha.git
synced 2026-05-07 06:04:34 +08:00
1. 更改版本号为1.0.1-beta
2. 优化缓冲池,缓冲池延迟启动
This commit is contained in:
@@ -70,6 +70,7 @@ public class CacheSliderCaptchaTemplate implements SliderCaptchaTemplate {
|
||||
log.error("缓存队列扫描时出错, ex", e);
|
||||
}
|
||||
}, 0, 100, TimeUnit.MILLISECONDS);
|
||||
log.info("缓存滑块验证码调度器初始化完成: size:{}", size);
|
||||
}
|
||||
|
||||
@SneakyThrows
|
||||
|
||||
Reference in New Issue
Block a user