1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

Expose SererBuilder::worker_max_blocking_threads (#2200)

This commit is contained in:
fakeshadow
2021-05-07 01:35:04 +08:00
committed by GitHub
parent ddaf8c3e43
commit 7d1d5c8acd
2 changed files with 15 additions and 0 deletions

View File

@ -1,9 +1,14 @@
# Changes
## Unreleased - 2021-xx-xx
### Added
* `HttpServer::worker_max_blocking_threads` for setting block thread pool. [#2200]
### Changed
* Update `language-tags` to `0.3`.
[#2200]: https://github.com/actix/actix-web/pull/2200
## 4.0.0-beta.6 - 2021-04-17
### Added