Fix naming inconsistency between code and markdown
This commit is contained in:
@@ -82,7 +82,7 @@ void ConfigParser::parse_commit_config(const auto &toml_data,
|
||||
parse_section(toml_data, "commit", [&](const auto &commit) {
|
||||
parse_field(commit, "min_request_id_length", config.min_request_id_length);
|
||||
parse_duration_field(commit, "request_id_retention_hours",
|
||||
config.request_id_retention_time);
|
||||
config.request_id_retention_hours);
|
||||
parse_field(commit, "request_id_retention_versions",
|
||||
config.request_id_retention_versions);
|
||||
});
|
||||
@@ -97,4 +97,4 @@ void ConfigParser::parse_subscription_config(const auto &toml_data,
|
||||
});
|
||||
}
|
||||
|
||||
} // namespace weaseldb
|
||||
} // namespace weaseldb
|
||||
|
||||
Reference in New Issue
Block a user