mirror of
https://github.com/go-micro/go-micro.git
synced 2024-12-24 10:07:04 +02:00
triple the mdns timeout
This commit is contained in:
parent
76b4e78a6a
commit
6bf4828296
@ -51,7 +51,7 @@ type mdnsRegistry struct {
|
||||
func newRegistry(opts ...Option) Registry {
|
||||
options := Options{
|
||||
Context: context.Background(),
|
||||
Timeout: time.Millisecond * 10,
|
||||
Timeout: time.Millisecond * 30,
|
||||
}
|
||||
|
||||
for _, o := range opts {
|
||||
|
Loading…
Reference in New Issue
Block a user