revert mdns timeout
This commit is contained in:
parent
9ed257f151
commit
5e59db4c6d
@ -51,7 +51,7 @@ type mdnsRegistry struct {
|
||||
func newRegistry(opts ...Option) Registry {
|
||||
options := Options{
|
||||
Context: context.Background(),
|
||||
Timeout: time.Millisecond * 30,
|
||||
Timeout: time.Millisecond * 100,
|
||||
}
|
||||
|
||||
for _, o := range opts {
|
||||
|
Loading…
Reference in New Issue
Block a user