Skip to content

Commit

Permalink
patch: lengthen max daemon name
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenSrcerer committed Apr 13, 2024
1 parent 4da19cb commit f65f3a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class DaemonController(
if (
daemon.name.isNullOrBlank() ||
daemon.name!!.length < 2 ||
daemon.name!!.length > 10
daemon.name!!.length > 15
) {
return status(Response.Status.BAD_REQUEST)
}
Expand Down

0 comments on commit f65f3a3

Please sign in to comment.