We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f37fb17 commit 2df6f37Copy full SHA for 2df6f37
aws-lambda/src/main/scala/chargepoint/docile/Lambda.scala
@@ -57,7 +57,7 @@ object Lambda extends App {
57
ocppVersion = Version.withName(cpVersion).getOrElse(Version.V15),
58
authKey = cpAuthKey,
59
repeat = RunOnce,
60
- defaultAwaitTimeout = AwaitTimeoutInMillis(45 * 60 * 1000),
+ defaultAwaitTimeout = AwaitTimeoutInMillis(45 * 1000),
61
sslContext = SSLContext.getDefault
62
)
63
0 commit comments