fix #1485 set splitSize to 2

This commit is contained in:
Shinsuke Sugaya 2018-02-08 21:37:19 +09:00
parent 2d77a1cd26
commit 2b41c063a2

View file

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