mirror of
https://github.com/dromara/tianai-captcha.git
synced 2026-05-07 14:13:05 +08:00
1. 更改版本号为1.0.1-beta
2. 优化缓冲池,缓冲池延迟启动
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user