Bump up size limit

This commit is contained in:
Paulo Gustavo Veiga 2022-02-25 06:23:52 -08:00
parent 8b61809bbe
commit 194e858191

View File

@ -6,7 +6,7 @@ import org.jetbrains.annotations.Nullable;
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 {
if (xmlDoc == null || xmlDoc.trim().isEmpty()) {