mirror of
https://github.com/actix/actix-web.git
synced 2025-04-14 22:04:06 +00:00
Merge branch 'introspection' of https://github.com/dertin/actix-web into introspection
This commit is contained in:
commit
0548b127c3
1 changed files with 1 additions and 1 deletions
|
@ -385,7 +385,7 @@ mod tests {
|
|||
let arbiter = {
|
||||
// TODO: pass max blocking thread config when tokio-uring enable configuration
|
||||
// on building runtime.
|
||||
let _ = config.max_blocking_threads;
|
||||
let _ = max_blocking_threads;
|
||||
actix_rt::Arbiter::new()
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue