Skip to content

Commit c8030bd

Browse files
authored
Increase lambda extension request timeout (#7986)
1 parent 79ca6e4 commit c8030bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dd-trace-core/src/main/java/datadog/trace/lambda/LambdaHandler.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public class LambdaHandler {
4444
private static final String START_INVOCATION = "/lambda/start-invocation";
4545
private static final String END_INVOCATION = "/lambda/end-invocation";
4646

47-
private static final Long REQUEST_TIMEOUT_IN_S = 1L;
47+
private static final Long REQUEST_TIMEOUT_IN_S = 3L;
4848
private static final int MAX_IDLE_CONNECTIONS = 5;
4949
private static final Long KEEP_ALIVE_DURATION = 300L;
5050

0 commit comments

Comments
 (0)