Commit f8e7612b authored by Poul-Henning Kamp's avatar Poul-Henning Kamp Committed by Tollef Fog Heen

Increase the servers listen depth to 10.

parent 6fdc5c81
......@@ -132,7 +132,7 @@ server_new(const char *name)
bprintf(s->listen, "127.0.0.1:%d", 0);
AZ(VSS_parse(s->listen, &s->addr, &s->port));
s->repeat = 1;
s->depth = 1;
s->depth = 10;
s->sock = -1;
VTAILQ_INSERT_TAIL(&servers, s, list);
return (s);
......
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