r3996 - branches/2.0/varnish-cache/bin/varnishd

tfheen at projects.linpro.no tfheen at projects.linpro.no
Mon Mar 23 15:33:56 CET 2009


Author: tfheen
Date: 2009-03-23 15:33:56 +0100 (Mon, 23 Mar 2009)
New Revision: 3996

Modified:
   branches/2.0/varnish-cache/bin/varnishd/cache_acceptor.c
Log:
Merge r3973: Somebody needs a course at the BIPM.

Submitted by:   Eden Li



Modified: branches/2.0/varnish-cache/bin/varnishd/cache_acceptor.c
===================================================================
--- branches/2.0/varnish-cache/bin/varnishd/cache_acceptor.c	2009-03-23 14:23:31 UTC (rev 3995)
+++ branches/2.0/varnish-cache/bin/varnishd/cache_acceptor.c	2009-03-23 14:33:56 UTC (rev 3996)
@@ -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