Looly 5 年之前
父节点
当前提交
96d1708a71
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      hutool-captcha/src/main/java/cn/hutool/captcha/GifCaptcha.java

+ 1 - 1
hutool-captcha/src/main/java/cn/hutool/captcha/GifCaptcha.java

@@ -38,7 +38,7 @@ public class GifCaptcha extends AbstractCaptcha {
 	 * @param height 验证码高度
 	 */
 	public GifCaptcha(int width, int height) {
-		this(width, height, 100);
+		this(width, height, 5);
 	}
 
 	/**