Skip to content

Commit ee1fbbd

Browse files
kcdodefacebook-github-bot
authored andcommitted
update mcrouter cli doc
Summary: More accurate to the actual business logic: https://www.internalfb.com/code/fbsource/fbcode/mcrouter/StandaloneUtils.cpp?lines=463-469 Differential Revision: D76058028 fbshipit-source-id: b257dd0bd28ad528b766aa7bc8a69e39ac92b865
1 parent db14067 commit ee1fbbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

third-party/mcrouter/src/mcrouter/standalone_options_list.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ MCROUTER_OPTION_INTEGER(
299299
0,
300300
"core-multiplier-threshold",
301301
no_short,
302-
"core-mutiplier logic is applied if the number of cores >= core_multiplier_threshold")
302+
"core-mutiplier logic is applied if std::hardware_concurrency >= core_multiplier_threshold.")
303303

304304
// ONLY ENABLED FOR SHADOW TESTING WHEN USING PROXY
305305
MCROUTER_OPTION_TOGGLE(

0 commit comments

Comments
 (0)