mirror of https://github.com/dapr/docs.git
Update Readme.md (#49)
This commit is contained in:
parent
3808a2ac70
commit
211ba873c1
|
@ -38,10 +38,10 @@ spec:
|
|||
...
|
||||
</pre>
|
||||
|
||||
### Setting max-concurrency using the Actions CLI
|
||||
### Setting max-concurrency using the Dapr CLI
|
||||
|
||||
To set max-concurrency with the Actions CLI for running on your local dev machine, add the `max-concurrency` flag:
|
||||
To set max-concurrency with the Dapr CLI for running on your local dev machine, add the `max-concurrency` flag:
|
||||
|
||||
`dapr run --max-concurrency 1 --app-port 5000 python ./app.py`.
|
||||
|
||||
The above examples will effectively turn your app into a single concurrent service.
|
||||
The above examples will effectively turn your app into a single concurrent service.
|
||||
|
|
Loading…
Reference in New Issue