Skip to content

Commit

Permalink
GH-1091 Test threshold of 0
Browse files Browse the repository at this point in the history
  • Loading branch information
heifner committed Jan 9, 2025
1 parent 84db166 commit 843e3d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/net_plugin/net_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -921,7 +921,7 @@ namespace eosio {
std::chrono::nanoseconds connection_start_time{0};

// block nack support
static constexpr uint16_t consecutive_block_nacks_threshold{3}; // stop sending blocks when reached
static constexpr uint16_t consecutive_block_nacks_threshold{0}; // stop sending blocks when reached
uint16_t consecutive_blocks_nacks{0};
block_id_type last_block_nack;
block_id_type last_block_notice;
Expand Down

0 comments on commit 843e3d3

Please sign in to comment.