Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
acelyc111 committed Dec 7, 2023
1 parent c590b21 commit 77165f9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/common/replication_common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,12 @@ DSN_DEFINE_bool(replication,
"whether to disable empty write, default is false");
DSN_TAG_VARIABLE(empty_write_disabled, FT_MUTABLE);

DSN_DEFINE_string(replication, slog_dir, "", "The shared log directory. Deprecated since Pegasus "
"2.6.0, but leave it and do not modify the value if "
"upgrading from older versions.");
DSN_DEFINE_string(replication,
slog_dir,
"",
"The shared log directory. Deprecated since Pegasus "
"2.6.0, but leave it and do not modify the value if "
"upgrading from older versions.");
DSN_DEFINE_string(replication, data_dirs, "", "replica directory list");
DSN_DEFINE_string(replication,
data_dirs_black_list_file,
Expand Down

0 comments on commit 77165f9

Please sign in to comment.