Skip to content

Commit

Permalink
set to on by default
Browse files Browse the repository at this point in the history
  • Loading branch information
csegarragonz committed Nov 30, 2021
1 parent 8bf95d8 commit dc8382e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ void SystemConfig::initialise()
// Scheduling
noScheduler = this->getSystemConfIntParam("NO_SCHEDULER", "0");
overrideCpuCount = this->getSystemConfIntParam("OVERRIDE_CPU_COUNT", "0");
useTopologyHints = getEnvVar("USE_TOPOLOGY_HINTS", "off");
useTopologyHints = getEnvVar("USE_TOPOLOGY_HINTS", "on");

// Worker-related timeouts (all in seconds)
globalMessageTimeout =
Expand Down

0 comments on commit dc8382e

Please sign in to comment.