mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-23 16:21:06 +01:00
doc amendments
This commit is contained in:
parent
908fb2606e
commit
4272510261
@ -2,7 +2,7 @@
|
||||
|
||||
## Unreleased - 2023-xx-xx
|
||||
|
||||
- Add `TestServerConfig::workers()` setter method
|
||||
- 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
|
||||
|
@ -431,9 +431,9 @@ impl TestServerConfig {
|
||||
self
|
||||
}
|
||||
|
||||
/// Sets number of workers in the test server process.
|
||||
/// Sets number of workers for the test server.
|
||||
///
|
||||
/// By default, the server boots with 1 worker
|
||||
/// By default, the server uses 1 worker
|
||||
pub fn workers(mut self, workers: usize) -> Self {
|
||||
self.workers = workers;
|
||||
self
|
||||
|
Loading…
Reference in New Issue
Block a user