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