Skip to content

Commit

Permalink
Bump queue sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
pwojcikdev committed Apr 5, 2024
1 parent bd0a281 commit 32d7160
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions nano/node/vote_processor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,9 @@ nano::vote_processor::vote_processor (nano::active_transactions & active_a, nano
switch (origin.source)
{
case nano::rep_tier::tier_3:
return 256;
case nano::rep_tier::tier_2:
return 128;
case nano::rep_tier::tier_1:
return 64;
return 512;
case nano::rep_tier::none:
return 32;
}
Expand Down

0 comments on commit 32d7160

Please # to comment.