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 91a3694 commit 1858f32Copy full SHA for 1858f32
1 file changed
dd-trace-api/src/main/java/datadog/trace/api/ConfigDefaults.java
@@ -51,8 +51,7 @@ public final class ConfigDefaults {
51
52
public static final String DEFAULT_FEATURE_FLAGGING_CONFIGURATION_SOURCE = "agentless";
53
public static final int DEFAULT_FEATURE_FLAGGING_CONFIGURATION_SOURCE_POLL_INTERVAL_SECONDS = 30;
54
- public static final int DEFAULT_FEATURE_FLAGGING_CONFIGURATION_SOURCE_REQUEST_TIMEOUT_SECONDS =
55
- 2;
+ public static final int DEFAULT_FEATURE_FLAGGING_CONFIGURATION_SOURCE_REQUEST_TIMEOUT_SECONDS = 2;
56
57
static final boolean DEFAULT_CODE_ORIGIN_FOR_SPANS_INTERFACE_SUPPORT = false;
58
static final int DEFAULT_CODE_ORIGIN_MAX_USER_FRAMES = 8;
0 commit comments