Skip to content

Commit

Permalink
Merge pull request #3176 from atlanhq/pes-2401
Browse files Browse the repository at this point in the history
PES-2401: changed maximum length limit for attributes ( master )
  • Loading branch information
sumandas0 committed Jun 13, 2024
2 parents f9e4248 + fde9b2b commit 2e9583d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ public class EntityREST {
private static final int TWO_MILLION = HUNDRED_THOUSAND * 10 * 2;
private static final Set<String> ATTRS_WITH_TWO_MILLION_LIMIT = new HashSet<String>() {{
add("rawQueryText");
add("variablesSchemaBase64");
add("visualBuilderSchemaBase64");
}};


Expand Down

0 comments on commit 2e9583d

Please sign in to comment.