Reduce frontier request rate
This commit is contained in:
parent
6eb64df604
commit
a66b8e8a75
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ public:
|
|||
// 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 database_rate_limit{ 256 };
|
||||
std::size_t frontier_rate_limit{ 100 };
|
||||
std::size_t frontier_rate_limit{ 8 };
|
||||
std::size_t database_warmup_ratio{ 10 };
|
||||
std::size_t max_pull_count{ nano::bootstrap_server::max_blocks };
|
||||
std::chrono::milliseconds request_timeout{ 1000 * 5 };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue