Skip to content

Commit

Permalink
Adjust bootstrap request timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
pwojcikdev committed Nov 11, 2024
1 parent 6ef1137 commit 84e4555
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 @@ -53,7 +53,7 @@ class bootstrap_config final
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 };
std::chrono::milliseconds request_timeout{ 1000 * 15 };
std::size_t throttle_coefficient{ 8 * 1024 };
std::chrono::milliseconds throttle_wait{ 100 };
std::size_t block_processor_threshold{ 1000 };
Expand Down

0 comments on commit 84e4555

Please sign in to comment.