docs icon indicating copy to clipboard operation
docs copied to clipboard

Typo in the documentation

Open gcannata2 opened this issue 10 months ago • 0 comments

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:

gcannata2 avatar Apr 04 '25 13:04 gcannata2