]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
DW:
authorwessels <>
Tue, 11 Jan 2000 11:37:44 +0000 (11:37 +0000)
committerwessels <>
Tue, 11 Jan 2000 11:37:44 +0000 (11:37 +0000)
 - Set MAX_POLL_TIME back to 10 msec for DISKD.  Better to keep the CPU
   busy than to have delays.

src/comm_select.cc

index 3a1f071eaff155db7740f68948658dc905186768..20e13595d8cb4a05c6ff3ac657edac3cd9c0f4c6 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: comm_select.cc,v 1.39 2000/01/03 19:25:52 wessels Exp $
+ * $Id: comm_select.cc,v 1.40 2000/01/11 04:37:44 wessels Exp $
  *
  * DEBUG: section 5     Socket Functions
  *
@@ -37,7 +37,7 @@
 #if USE_ASYNC_IO
 #define MAX_POLL_TIME 10
 #elif USE_DISKD
-#define MAX_POLL_TIME 100
+#define MAX_POLL_TIME 10
 #else
 #define MAX_POLL_TIME 1000
 #endif