Skip to content

Commit

Permalink
permute
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Cole <adrian@tetrate.io>
  • Loading branch information
Adrian Cole committed Jul 26, 2022
1 parent 9066935 commit 7c5398c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ concurrency while consuming more memory.
| Field | Details | Required | Example |
|----------|----------------------------------------------------------------|----------|----------------|
| path | A relative or absolute path to the Wasm binary to instantiate. | false | "./hello.wasm" |
| poolSize | Number of concurrent instances of the Wasm binary. Default: 10 | true | 1 |
| path | A relative or absolute path to the Wasm binary to instantiate. | true | "./hello.wasm" |
| poolSize | Number of concurrent instances of the Wasm binary. Default: 10 | false | 1 |
## Dapr configuration
Expand Down

0 comments on commit 7c5398c

Please sign in to comment.