modify stra.timeout default = 5000

This commit is contained in:
UlricQin 2020-12-23 20:37:31 +08:00
parent ee96ce5046
commit 28c794b2da
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ func Parse() error {
viper.SetDefault("stra", map[string]interface{}{
"enable": true,
"timeout": 1000,
"timeout": 5000,
"interval": 10, //采集策略更新时间
"portPath": "./etc/port",
"procPath": "./etc/proc",