Bump up size limit
This commit is contained in:
@@ -6,7 +6,7 @@ import org.jetbrains.annotations.Nullable;
|
|||||||
|
|
||||||
abstract public class MindmapUtils {
|
abstract public class MindmapUtils {
|
||||||
|
|
||||||
private static final int MAX_SUPPORTED_NODES = 1000;
|
private static final int MAX_SUPPORTED_NODES = 4000;
|
||||||
|
|
||||||
public static void verifyMindmap(@Nullable String xmlDoc) throws InvalidMindmapException {
|
public static void verifyMindmap(@Nullable String xmlDoc) throws InvalidMindmapException {
|
||||||
if (xmlDoc == null || xmlDoc.trim().isEmpty()) {
|
if (xmlDoc == null || xmlDoc.trim().isEmpty()) {
|
||||||
|
Reference in New Issue
Block a user