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 9c47a00 commit a7d44aaCopy full SHA for a7d44aa
dd-trace-core/src/main/java/datadog/trace/lambda/LambdaHandler.java
@@ -44,7 +44,7 @@ public class LambdaHandler {
44
private static final String START_INVOCATION = "/lambda/start-invocation";
45
private static final String END_INVOCATION = "/lambda/end-invocation";
46
47
- private static final Long REQUEST_TIMEOUT_IN_S = 5L;
+ private static final Long REQUEST_TIMEOUT_IN_S = 2L;
48
private static final int MAX_IDLE_CONNECTIONS = 5;
49
private static final Long KEEP_ALIVE_DURATION = 300L;
50
0 commit comments