Skip to content

Commit

Permalink
Enable large votes (experimental)
Browse files Browse the repository at this point in the history
  • Loading branch information
pwojcikdev committed Jun 22, 2024
1 parent 5c0ee32 commit 1673e74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nano/node/network.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ class network final
static unsigned const broadcast_interval_ms = 10;
static std::size_t const buffer_size = 512;

static std::size_t const confirm_req_hashes_max = 7;
static std::size_t const confirm_ack_hashes_max = 12;
static std::size_t const confirm_req_hashes_max = 255;
static std::size_t const confirm_ack_hashes_max = 255;
};

std::unique_ptr<container_info_component> collect_container_info (network & network, std::string const & name);
Expand Down

0 comments on commit 1673e74

Please sign in to comment.