[manager,collector]feature linux监控支持设置超时时间 (#49)

This commit is contained in:
tomsun28
2022-04-02 17:57:25 +08:00
committed by GitHub
parent 2f52ff5e63
commit 327f527082
10 changed files with 90 additions and 9 deletions

View File

@@ -29,7 +29,7 @@ public class SshProtocol {
/**
* 超时时间
*/
private String timeout = "3000";
private String timeout = "6000";
/**
* 用户名

View File

@@ -59,7 +59,7 @@ public class Param {
* 参数值
*/
@ApiModelProperty(value = "参数值", example = "8080", accessMode = READ_WRITE, position = 3)
@Length(max = 255)
@Length(max = 8126)
private String value;
/**