From ab38cd7b65459bb88eb45858d7b991559ae10859 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Mon, 5 Oct 2020 22:39:16 -0700 Subject: [PATCH] ircd::m::room::bootstrap: Increase stack size. --- matrix/room_bootstrap.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matrix/room_bootstrap.cc b/matrix/room_bootstrap.cc index a9486f9c8..9fd8d27ab 100644 --- a/matrix/room_bootstrap.cc +++ b/matrix/room_bootstrap.cc @@ -153,7 +153,7 @@ try static const auto stack_sz { - 128_KiB + 256_KiB }; const m::event::fetch event