]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Lower maximum poll()/select() time to 100ms (possible fix for Issue #5049)
authorMichael Sweet <michael.r.sweet@gmail.com>
Wed, 19 Jul 2017 18:28:11 +0000 (14:28 -0400)
committerMichael Sweet <michael.r.sweet@gmail.com>
Wed, 19 Jul 2017 18:28:11 +0000 (14:28 -0400)
cups/dest.c

index 2bc4685c9c1dceff8d275f3ad6ba1025336e6fad..6df52787d41f35bd40a4ff21e0f6f71f4d099bdc 100644 (file)
@@ -61,7 +61,7 @@
 #endif /* __APPLE__ */
 
 #if defined(HAVE_DNSSD) || defined(HAVE_AVAHI)
-#  define _CUPS_DNSSD_MAXTIME  500     /* Milliseconds for maximum quantum of time */
+#  define _CUPS_DNSSD_MAXTIME  100     /* Milliseconds for maximum quantum of time */
 #endif /* HAVE_DNSSD || HAVE_AVAHI */