mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-21 21:57:56 +01:00
Bump up size limit
This commit is contained in:
parent
8b61809bbe
commit
194e858191
@ -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()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user