revert mdns timeout

This commit is contained in:
Asim Aslam 2019-11-30 01:16:32 +00:00
parent 9ed257f151
commit 5e59db4c6d

View File

@ -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 {