2 references to s_maxTimeout
Microsoft.Extensions.ServiceDiscovery.Dns (2)
DnsResolverOptionsValidator.cs (2)
33if (options.Timeout > s_maxTimeout) 35return ValidateOptionsResult.Fail($"{nameof(options.Timeout)} must not be greater than {s_maxTimeout.TotalMilliseconds} milliseconds.");