fix #1826 set splitSize to 3
This commit is contained in:
parent
ef5efb9059
commit
ca14d7b1e3
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ public class ThumbnailManager {
|
|||
|
||||
protected String imageExtention = "png";
|
||||
|
||||
protected int splitSize = 2;
|
||||
protected int splitSize = 3;
|
||||
|
||||
protected int thumbnailTaskQueueSize = 10000;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue