r1791 - trunk/varnish-cache/bin/varnishd
des at projects.linpro.no
des at projects.linpro.no
Mon Jul 30 16:39:04 CEST 2007
Author: des
Date: 2007-07-30 16:39:03 +0200 (Mon, 30 Jul 2007)
New Revision: 1791
Modified:
trunk/varnish-cache/bin/varnishd/cache.h
Log:
Note that MAX_IOVS is intentionally not equal to IOV_MAX.
Modified: trunk/varnish-cache/bin/varnishd/cache.h
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache.h 2007-07-30 14:31:16 UTC (rev 1790)
+++ trunk/varnish-cache/bin/varnishd/cache.h 2007-07-30 14:39:03 UTC (rev 1791)
@@ -56,6 +56,7 @@
HTTP_HDR_MAX = 32
};
+/* Note: intentionally not IOV_MAX */
#define MAX_IOVS (HTTP_HDR_MAX * 2)
/* Amount of per-worker logspace */
More information about the varnish-commit
mailing list