fix #1826 set splitSize to 3

This commit is contained in:
Shinsuke Sugaya 2018-09-01 19:01:55 +09:00
parent ef5efb9059
commit ca14d7b1e3

View file

@ -74,7 +74,7 @@ public class ThumbnailManager {
protected String imageExtention = "png";
protected int splitSize = 2;
protected int splitSize = 3;
protected int thumbnailTaskQueueSize = 10000;