]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
try 100msec poll time for DISKD
authorwessels <>
Tue, 4 Jan 2000 02:25:52 +0000 (02:25 +0000)
committerwessels <>
Tue, 4 Jan 2000 02:25:52 +0000 (02:25 +0000)
src/comm_select.cc

index a4b8aa7d30afd60fc07bfb0a226030702bcd70a1..3a1f071eaff155db7740f68948658dc905186768 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: comm_select.cc,v 1.38 1999/12/30 17:36:28 wessels Exp $
+ * $Id: comm_select.cc,v 1.39 2000/01/03 19:25:52 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 10
+#define MAX_POLL_TIME 100
 #else
 #define MAX_POLL_TIME 1000
 #endif