Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Belton <119824349+mbelton-buildkite@users.noreply.github.com>
  • Loading branch information
DrJosh9000 and mbelton-buildkite authored Jul 17, 2023
1 parent f841107 commit 86ac8c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/agent/v3/_linux_multiple_agents.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ You can run as many parallel agent workers on the one machine as you wish with
the `spawn` configuration setting, or by passing the `--spawn` flag.

```ini
# Start 5 workers. Each one will independently fetch and execute jobs.
# Start 5 workers. Each one independently fetches and executes jobs.
spawn=5
```
```

0 comments on commit 86ac8c2

Please sign in to comment.