mirror of
https://github.com/matrix-construct/construct
synced 2024-12-27 07:54:05 +01:00
ircd:Ⓜ️:room::bootstrap: Increase stack size.
This commit is contained in:
parent
0f94fe66cb
commit
ab38cd7b65
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ try
|
||||||
|
|
||||||
static const auto stack_sz
|
static const auto stack_sz
|
||||||
{
|
{
|
||||||
128_KiB
|
256_KiB
|
||||||
};
|
};
|
||||||
|
|
||||||
const m::event::fetch event
|
const m::event::fetch event
|
||||||
|
|
Loading…
Reference in a new issue