0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-10-02 13:48:53 +02:00

modules/s_dns_resolver: Increase the recv context stack size.

This commit is contained in:
Jason Volk 2019-03-25 14:37:21 -07:00
parent a43c0e5798
commit 67c1ff06aa

View file

@ -112,7 +112,7 @@ ircd::net::dns::resolver::resolver(answers_callback callback)
} }
,recv_context ,recv_context
{ {
"dnsres R", 128_KiB, std::bind(&resolver::recv_worker, this), context::POST "dnsres R", 1_MiB, std::bind(&resolver::recv_worker, this), context::POST
} }
,timeout_context ,timeout_context
{ {