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

allow configuring number of test server workers (#3069)

Co-authored-by: Rob Ede <robjtede@icloud.com>
This commit is contained in:
Kristian Gaylord
2023-07-19 12:48:43 -04:00
committed by GitHub
parent b061f00421
commit 908fb2606e
2 changed files with 15 additions and 1 deletions

View File

@ -2,6 +2,7 @@
## Unreleased - 2023-xx-xx
- Add `TestServerConfig::workers()` setter method
- Minimum supported Rust version (MSRV) is now 1.65 due to transitive `time` dependency.
## 0.1.1 - 2023-02-26