Skip to content

Commit

Permalink
Unlimited bootstrap client rate
Browse files Browse the repository at this point in the history
  • Loading branch information
pwojcikdev committed Jan 5, 2025
1 parent e6a4c07 commit 7e334d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nano/node/bootstrap/bootstrap_config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class bootstrap_config final

// Maximum number of un-responded requests per channel, should be lower or equal to bootstrap server max queue size
std::size_t channel_limit{ 16 };
std::size_t rate_limit{ 500 };
std::size_t rate_limit{ 0 };
std::size_t database_rate_limit{ 250 };
std::size_t frontier_rate_limit{ 8 };
std::size_t database_warmup_ratio{ 10 };
Expand Down

0 comments on commit 7e334d5

Please sign in to comment.