From: wessels <> Date: Tue, 4 Jan 2000 02:25:52 +0000 (+0000) Subject: try 100msec poll time for DISKD X-Git-Tag: SQUID_3_0_PRE1~2099 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5275483fc873f603cbc4bfc6252f647f9f67fb84;p=thirdparty%2Fsquid.git try 100msec poll time for DISKD --- diff --git a/src/comm_select.cc b/src/comm_select.cc index a4b8aa7d30..3a1f071eaf 100644 --- a/src/comm_select.cc +++ b/src/comm_select.cc @@ -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