[zopeorg-checkins] CVS: Squid-2.4STABLE6/src - main.c:1.2

Chris McDonough chrism at zope.com
Thu May 2 00:44:23 EDT 2002


Update of /cvs-zopeorg/Squid-2.4STABLE6/src
In directory cvs.zope.org:/tmp/cvs-serv18294

Modified Files:
	main.c 
Log Message:
Get around 1024 max file descriptor bug.


=== Squid-2.4STABLE6/src/main.c 1.1.1.1 => 1.2 ===
 
     debug_log = stderr;
-    if (FD_SETSIZE < Squid_MaxFD)
-	Squid_MaxFD = FD_SETSIZE;
+
+    Squid_MaxFD = 30000;
 
     /* call mallopt() before anything else */
 #if HAVE_MALLOPT






More information about the zopeorg-checkins mailing list