Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LivePersonFaas authored Jun 15, 2023
1 parent 8c83452 commit 2ef4d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ String externalSystem = "botStudio";
Optional params allow you to set a timeout for the function calls and to set a requestId.
The default value for the timeout is 15 seconds.
If you do not provide any requestId it will be autogenerated.
The maximum for the timeout should be 40 seconds, it will be internally split up in 10 seconds of connection timeout (40*0.25) and 30 seconds of request timeout (40*0.75) as FaaS functions time out after 30 seconds.
The maximum for the timeout should be 40 seconds, it will be internally split up in 10 seconds of connection timeout (40 * 0.25) and 30 seconds of request timeout (40 * 0.75) as FaaS functions time out after 30 seconds.

```java
OptionalParams optionalParams = new OptionalParams();
Expand Down

0 comments on commit 2ef4d2e

Please sign in to comment.