Increase age cutoff
This commit is contained in:
parent
02c31f62c2
commit
f67ca0d40c
1 changed files with 1 additions and 1 deletions
|
|
@ -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 };
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue