diff --git a/nano/node/scheduler/priority.hpp b/nano/node/scheduler/priority.hpp index 59611e029f..20fcbb1cbb 100644 --- a/nano/node/scheduler/priority.hpp +++ b/nano/node/scheduler/priority.hpp @@ -37,7 +37,7 @@ class priority_config final // nano::error serialize (nano::tomlconfig & toml) const; public: - size_t depth{ 128 }; // 62 buckets of 128 items a piece = 7,936 possible elections / backlog + size_t depth{ 4096 }; }; class priority final {