Skip to content

Commit

Permalink
Add bucket that was accidentally removed during refactor of buckets. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
clemahieu committed Aug 27, 2024
1 parent d84ffb7 commit 34d7c1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nano/node/scheduler/priority.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ nano::scheduler::priority::priority (nano::node & node_a, nano::stats & stats_a)
};

minimums.push_back (uint128_t{ 0 });
build_region (uint128_t{ 1 } << 79, uint128_t{ 1 } << 88, 1);
build_region (uint128_t{ 1 } << 88, uint128_t{ 1 } << 92, 2);
build_region (uint128_t{ 1 } << 92, uint128_t{ 1 } << 96, 4);
build_region (uint128_t{ 1 } << 96, uint128_t{ 1 } << 100, 8);
Expand Down

0 comments on commit 34d7c1a

Please sign in to comment.