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