mirror of
https://github.com/matrix-construct/construct
synced 2025-02-18 09:40:12 +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
|
||||
{
|
||||
"db.prefetcher",
|
||||
128_KiB,
|
||||
256_KiB,
|
||||
context::POST,
|
||||
std::bind(&prefetcher::worker, this)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue