Skip to content

Commit

Permalink
Suggested comment change
Browse files Browse the repository at this point in the history
Signed-off-by: Raven Black <ravenblack@dropbox.com>
  • Loading branch information
ravenblackx committed May 13, 2024
1 parent ce75821 commit 43d7296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/server/options_impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ OptionsImpl::OptionsImpl(std::vector<std::string> args,
"", "skip-hot-restart-parent-stats",
"When hot restarting, by default the child instance copies stats from the parent"
" instance periodically during the draining period. This can potentially be an"
" expensive operation; set this to true to just use new stats.",
" expensive operation; set this to true to reset all stats in child process.",
cmd, false);
TCLAP::ValueArg<std::string> base_id_path(
"", "base-id-path", "Path to which the base ID is written", false, "", "string", cmd);
Expand Down

0 comments on commit 43d7296

Please sign in to comment.