Commit 94139b30 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Reduce http_req_size on 32 bit machines

Fixes	#988
parent b2299508
......@@ -418,6 +418,9 @@ main(int argc, char * const *argv)
MCF_ParamSet(cli, "http_resp_size", "8192");
cli_check(cli);
MCF_ParamSet(cli, "http_req_size", "12288");
cli_check(cli);
MCF_ParamSet(cli, "thread_pool_stack", "32bit");
cli_check(cli);
......
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