Commit 6ae958b8 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

One second is too hysterical a timeout



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@2857 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent e1a88fa1
......@@ -604,7 +604,7 @@ http_process(struct vtclog *vl, const char *spec, int sock, int client)
hp->fd = sock;
hp->vl = vl;
hp->client = client;
hp->timeout = 1000;
hp->timeout = 3000;
hp->nrxbuf = 8192;
hp->vsb = vsb_newauto();
hp->rxbuf = malloc(hp->nrxbuf); /* XXX */
......
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