Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
[Launcher]: Increase description len to 1024
Browse files Browse the repository at this point in the history
  • Loading branch information
yqwang-ms committed Mar 28, 2019
1 parent 7ff33bd commit 1fb52a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

public class FrameworkDescriptor implements Serializable {
@Valid
@Size(max = 512)
@Size(max = 1024)
private String description;

@Valid
Expand Down

0 comments on commit 1fb52a9

Please sign in to comment.