mirror of
https://github.com/status-im/consul.git
synced 2025-02-19 17:14:37 +00:00
Does some go fmt cleanup.
This commit is contained in:
parent
d19995c067
commit
4b2eaeda17
@ -114,8 +114,8 @@ type DNSConfig struct {
|
|||||||
// for Consul's internal dns client used for recursion.
|
// for Consul's internal dns client used for recursion.
|
||||||
// This value is used for the connection, read and write timeout.
|
// This value is used for the connection, read and write timeout.
|
||||||
// Default: 2s
|
// Default: 2s
|
||||||
RecursorTimeout time.Duration `mapstructure:"-"`
|
RecursorTimeout time.Duration `mapstructure:"-"`
|
||||||
RecursorTimeoutRaw string `mapstructure:"recursor_timeout" json:"-"`
|
RecursorTimeoutRaw string `mapstructure:"recursor_timeout" json:"-"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// Performance is used to tune the performance of Consul's subsystems.
|
// Performance is used to tune the performance of Consul's subsystems.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user