From 2ef4d2e86488f0cc18dd04b808d9c21c16825530 Mon Sep 17 00:00:00 2001 From: LivePerson FaaS Core Team Account <60709588+LivePersonFaas@users.noreply.github.com> Date: Thu, 15 Jun 2023 09:59:23 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71494b8..4067c48 100644 --- a/README.md +++ b/README.md @@ -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();