r3973 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Fri Mar 20 20:43:49 CET 2009


Author: phk
Date: 2009-03-20 20:43:48 +0100 (Fri, 20 Mar 2009)
New Revision: 3973

Modified:
   trunk/varnish-cache/bin/varnishd/cache_acceptor.c
Log:
Somebody needs a course at the BIPM.

Submitted by:	Eden Li



Modified: trunk/varnish-cache/bin/varnishd/cache_acceptor.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_acceptor.c	2009-03-20 14:21:49 UTC (rev 3972)
+++ trunk/varnish-cache/bin/varnishd/cache_acceptor.c	2009-03-20 19:43:48 UTC (rev 3973)
@@ -227,7 +227,7 @@
 					    "Too many open files "
 					    "when accept(2)ing. Sleeping.");
 					TIM_sleep(
-					    params->accept_fd_holdoff * 1000.0);
+					    params->accept_fd_holdoff * 0.001);
 					break;
 				default:
 					VSL(SLT_Debug, ls->sock,



More information about the varnish-commit mailing list