[manager,collector]feature linux监控支持设置超时时间 (#49)
This commit is contained in:
@@ -29,7 +29,7 @@ public class SshProtocol {
|
||||
/**
|
||||
* 超时时间
|
||||
*/
|
||||
private String timeout = "3000";
|
||||
private String timeout = "6000";
|
||||
|
||||
/**
|
||||
* 用户名
|
||||
|
||||
@@ -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;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user