totalWorkers property
The number of APIServerWorker instances to spawn.
- If totalWorkers is equal to 1, it will execute 1 APIServerWorker in the current Isolate.
- If totalWorkers is greater than 1, it will execute multiple APIServerWorker instances in new Isolates.
- The totalWorkers will be set in the range of 1 to 100.
Implementation
final int totalWorkers;