Skip to content

Commit

Permalink
Increase age cutoff
Browse files Browse the repository at this point in the history
  • Loading branch information
pwojcikdev committed Mar 15, 2024
1 parent b50ee16 commit f462470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nano/node/vote_cache.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class vote_cache_config final
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 };
};

/**
Expand Down

0 comments on commit f462470

Please sign in to comment.