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 56f5caa commit e28fbedCopy full SHA for e28fbed
profiler/src/ProfilerEngine/Datadog.Profiler.Native/Configuration.cpp
@@ -524,7 +524,7 @@ int32_t Configuration::ExtractCpuThreadsThreshold()
524
bool Configuration::GetContention()
525
{
526
// enabled by default
527
- bool lockContentionEnabled = true;
+ bool lockContentionEnabled = false;
528
529
// first look at the supported env var
530
if (IsEnvironmentValueSet(EnvironmentVariables::LockContentionProfilingEnabled, lockContentionEnabled))
0 commit comments