Increase age cutoff

This commit is contained in:
Piotr Wójcik 2024-03-15 18:56:51 +01:00
commit f67ca0d40c

View file

@ -38,7 +38,7 @@ public:
public:
std::size_t max_size{ 1024 * 128 };
std::size_t max_voters{ 128 };
std::chrono::seconds age_cutoff{ 5 * 60 };
std::chrono::seconds age_cutoff{ 15 * 60 };
};
/**