mirror of https://github.com/hashicorp/consul
doc: clarify the default time unit in service-resolver.ConnectTimeout
parent
d53c331a37
commit
305403c4f1
|
@ -438,7 +438,7 @@ spec:
|
||||||
name: 'ConnectTimeout',
|
name: 'ConnectTimeout',
|
||||||
type: 'duration: 0s',
|
type: 'duration: 0s',
|
||||||
description:
|
description:
|
||||||
'The timeout for establishing new network connections to this service.',
|
'The timeout for establishing new network connections to this service. If time unit isn't provided, the default unit is nanosecond',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'DefaultSubset',
|
name: 'DefaultSubset',
|
||||||
|
|
Loading…
Reference in New Issue