0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-25 21:38:18 +02:00

ircd::db::prefetcher: Increase worker stack size.

This commit is contained in:
Jason Volk 2021-02-04 21:18:08 -08:00
parent 2e5da32c7a
commit 336200d646

View file

@ -553,7 +553,7 @@ ircd::db::prefetcher::prefetcher()
,context
{
"db.prefetcher",
128_KiB,
256_KiB,
context::POST,
std::bind(&prefetcher::worker, this)
}