mirror of
https://github.com/matrix-construct/construct
synced 2024-11-04 21:08:57 +01:00
ircd::db::prefetcher: Increase worker stack size.
This commit is contained in:
parent
2e5da32c7a
commit
336200d646
1 changed files with 1 additions and 1 deletions
|
@ -553,7 +553,7 @@ ircd::db::prefetcher::prefetcher()
|
||||||
,context
|
,context
|
||||||
{
|
{
|
||||||
"db.prefetcher",
|
"db.prefetcher",
|
||||||
128_KiB,
|
256_KiB,
|
||||||
context::POST,
|
context::POST,
|
||||||
std::bind(&prefetcher::worker, this)
|
std::bind(&prefetcher::worker, this)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue