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

@@ -15,7 +15,7 @@ struct ServerConfig {
struct CommitConfig {
size_t min_request_id_length = 20; // Minimum length for request_id entropy
std::chrono::hours request_id_retention_time{
std::chrono::hours request_id_retention_hours{
24}; // How long to keep request IDs
size_t request_id_retention_versions =
100000000; // Min versions to retain request IDs