1. 更改版本号为1.0.1-beta

2. 优化缓冲池,缓冲池延迟启动
This commit is contained in:
liushaofeng
2020-10-20 10:18:46 +08:00
parent ced34c0e3b
commit b3201daa20
2 changed files with 8 additions and 1 deletions
@@ -28,6 +28,13 @@ public class CacheSliderCaptchaTemplate implements SliderCaptchaTemplate {
public CacheSliderCaptchaTemplate(SliderCaptchaTemplate target, int size) {
this.target = target;
this.size = size;
}
/**
* 记的初始化调度器
*/
public void initSchedule() {
init(size);
}