mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Increase number of neighbours in BroadcastSimple::distribute
(make it consistent with BroadcastFec)
This commit is contained in:
parent
5be10b1e6b
commit
e5718c499f
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ td::Status BroadcastSimple::run_checks() {
|
|||
|
||||
td::Status BroadcastSimple::distribute() {
|
||||
auto B = serialize();
|
||||
auto nodes = overlay_->get_neighbours(3);
|
||||
auto nodes = overlay_->get_neighbours(5);
|
||||
|
||||
auto manager = overlay_->overlay_manager();
|
||||
for (auto &n : nodes) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue