Commit 9d4a890b authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Make the sendfile threshold inifinity for now, we have evidence of

sendfile not doing it's job in a number of operating system (-versions ?)

This change is unlikely to cause a performance hit anywhere, because
writev() is pretty effective in the first place.



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@1417 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent dfa42dce
......@@ -529,7 +529,7 @@ static struct parspec parspec[] = {
"may make sense to set this to \"unlimited\".\n"
#endif
EXPERIMENTAL,
"8192", "bytes" },
"-1", "bytes" },
#endif /* HAVE_SENDFILE */
{ "vcl_trace", tweak_vcl_trace,
"Trace VCL execution in the shmlog.\n"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment