Typo in the documentation
- Dominant language
- SCSS
- Stars
- 1k
- Forks
- 794
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 7
Description
## In what area(s)?
> /area runtime
> /area operator
> /area placement
/area docs
> /area test-and-release
## What version of Dapr?
1.1.x
> 1.0.x
> edge: output of `git describe --dirty`
## Expected Behavior
In the section 'Arguments and Annotations' the parameter `app-max-concurrency` should havethe following description:
Limit the concurrency of your application. A valid value is any number larger than 0. Default value: -1, meaning no concurrency limit is imposed.
## Actual Behavior
The current description is
```
Limit the concurrency of your application. A valid value is any number larger than 0. Default value: -1, meaning no concurrency.
```
which leads to understanding that the default limits to just one requests at a time.
## Steps to Reproduce the Problem
## Release Note
RELEASE NOTE:
Contributor guide
Assessment
This issue has not been assessed yet.