[manager,collector]feature 修改默认超时时间3000毫秒为6000毫秒 (#55)

This commit is contained in:
tomsun28
2022-04-02 23:02:37 +08:00
committed by GitHub
parent fbf7ebd834
commit 0cf66f32ff
14 changed files with 17 additions and 17 deletions

View File

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