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 4, 2024
1 parent 91e3c8e commit 746f399
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions nano/node/vote_processor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,11 @@ 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 1024;
case nano::rep_tier::none:
return 32;
return 128;
}
debug_assert (false);
return 0;
Expand Down

0 comments on commit 746f399

Please sign in to comment.