Skip to content

Commit 0e2032b

Browse files
Update Configs.java
1 parent 446ca0b commit 0e2032b

File tree

1 file changed

+1
-1
lines changed
  • sdk/cosmos/azure-cosmos/src/main/java/com/azure/cosmos/implementation

1 file changed

+1
-1
lines changed

sdk/cosmos/azure-cosmos/src/main/java/com/azure/cosmos/implementation/Configs.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ public class Configs {
374374

375375
public static final String DEFAULT_OTEL_SPAN_ATTRIBUTE_NAMING_SCHEME = "All";
376376

377-
private static final boolean DEFAULT_CLIENT_LEAK_DETECTION_ENABLED = false;
377+
private static final boolean DEFAULT_CLIENT_LEAK_DETECTION_ENABLED = true; // TODO @fabianm - revert before merging - just cheaper to enable than making test config changes
378378
private static final String CLIENT_LEAK_DETECTION_ENABLED = "COSMOS.CLIENT_LEAK_DETECTION_ENABLED";
379379

380380
public static int getCPUCnt() {

0 commit comments

Comments
 (0)