mirror of
https://github.com/fafhrd91/actix-web
synced 2025-07-01 00:44:26 +02:00
doc amendments
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user