From 7f3c81972c936284c6b2f4684b39f76d6391e58f Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Fri, 4 Apr 2025 12:29:43 -0400 Subject: [PATCH] Don't need the extra usleep since the DNS-SD processing is done in the main thread. --- tools/ippfind.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tools/ippfind.c b/tools/ippfind.c index 69fa51e378..0e0c3735b5 100644 --- a/tools/ippfind.c +++ b/tools/ippfind.c @@ -1433,12 +1433,6 @@ main(int argc, /* I - Number of command-line args */ if (processed > 0 && (processed == cupsArrayCount(services) || (_cupsGetClock() - last_update) >= 2.5) && bonjour_timeout <= 1.0) break; - - /* - * Give the browsers/resolvers some time... - */ - - usleep(250000); } if (bonjour_error) -- 2.47.3