Update Readme.md (#49)

This commit is contained in:
Yaron Schneider 2019-10-03 16:49:34 -07:00 committed by GitHub
parent 3808a2ac70
commit 211ba873c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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.