Looly 5 years ago
parent
commit
96d1708a71
1 changed files with 1 additions and 1 deletions
  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);
 	}
 
 	/**