]> err.no Git - varnish/commit
Disable session_grace for now.
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 15 Sep 2006 10:30:27 +0000 (10:30 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 15 Sep 2006 10:30:27 +0000 (10:30 +0000)
commitcfce6fcbd70f56d0cffb70a4b8bbaeb8b924fc06
tree091ad1559edd70e5caebc31db324cfb3a5ee53c2
parent99ec5aeca143515481665ae01bf565c516bbb3f8
Disable session_grace for now.

It is not clear if this is a benefit or not.  There seems to be a significant
(100msec ?) inter-request gap and seeting the grace period that long
means tying up worker threads doing basically nothing.

Setting a short timeout (10msec) results in an extra system call which
practically never does anything good.

Unless benefit is shown, this stuff should be removed again.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@993 d4fa192b-c00b-0410-8231-f00ffab90ce4
varnish-cache/bin/varnishd/mgt_param.c