Skip to content

Commit

Permalink
mist
Browse files Browse the repository at this point in the history
  • Loading branch information
gunlee01 committed Jan 18, 2021
1 parent 2cfc2ba commit cf524bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scouterx/conf/configure.go
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ func (conf *Configure) addToConf(props *properties.Properties) {

conf.SendQueueSize = props.GetInt("send_queue_size", 3000)

conf.NetCollectorIP = props.GetString("net_collector_ip", "127.0.01")
conf.NetCollectorIP = props.GetString("net_collector_ip", "127.0.0.1")
conf.NetCollectorUDPPort = props.GetInt("net_collector_udp_port", 6100)
conf.NetCollectorTCPPort = props.GetInt("net_collector_tcp_port", 6100)
conf.NetCollectorTcpSoTimeoutMs = props.GetInt("net_collector_tcp_so_timeout_ms", 60000)
Expand Down

0 comments on commit cf524bb

Please sign in to comment.