Commit 1cf2d3c4 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Reduce default thread pool size to 10 threads, no need to stress

the pthread implementation in *every* test case.
parent 9f1222ed
......@@ -386,6 +386,7 @@ varnish_launch(struct varnish *v)
VSB_printf(vsb, " -p auto_restart=off");
VSB_printf(vsb, " -p syslog_cli_traffic=off");
VSB_printf(vsb, " -p sigsegv_handler=on");
VSB_printf(vsb, " -p thread_pool_min=10");
VSB_printf(vsb, " -a '%s'", "127.0.0.1:0");
VSB_printf(vsb, " -M '%s %s'", abuf, pbuf);
VSB_printf(vsb, " -P %s/varnishd.pid", v->workdir);
......
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