From 4ab6e262f4fd37ff32d6b3eb756fea187e5d6e53 Mon Sep 17 00:00:00 2001 From: Mateusz Poliwczak Date: Tue, 20 Feb 2024 18:09:38 +0100 Subject: [PATCH] update Change-Id: I72761b43f83e6b603e5c19b64953419f106e067e --- src/net/net.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/net/net.go b/src/net/net.go index a391f53750..387f2bb14d 100644 --- a/src/net/net.go +++ b/src/net/net.go @@ -58,7 +58,7 @@ Go resolver does not implement, and when the name being looked up ends in .local or is an mDNS name. On all systems (except Plan 9), when the cgo resolver is being used -this package implies a concurrent cgo lookup limit to prevent the system +this package applies a concurrent cgo lookup limit to prevent the system from running out of system threads. Currently, it is limited to 500 concurrent lookups. The resolver decision can be overridden by setting the netdns value of the