mirror of
https://github.com/actix/actix-web.git
synced 2025-04-16 14:54:15 +00:00
Merge branch 'master' into master
This commit is contained in:
commit
342867f10e
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ where
|
|||
///
|
||||
/// One thread pool is set up **per worker**; not shared across workers.
|
||||
///
|
||||
/// By default set to 512 divided by the number of workers.
|
||||
/// By default, set to 512 divided by [available parallelism](std::thread::available_parallelism()).
|
||||
pub fn worker_max_blocking_threads(mut self, num: usize) -> Self {
|
||||
self.builder = self.builder.worker_max_blocking_threads(num);
|
||||
self
|
||||
|
|
Loading…
Reference in a new issue