Fix naming inconsistency between code and markdown

This commit is contained in:
2025-08-17 16:04:42 -04:00
parent cca6a93c0e
commit fff7d67605
3 changed files with 4 additions and 4 deletions

View File

@@ -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