Skip to content

Commit

Permalink
max_parallel_downloads_ made a const member of BlockAnnounceProtocol
Browse files Browse the repository at this point in the history
  • Loading branch information
ErakhtinB committed Dec 20, 2024
1 parent d998dcd commit 92d5f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/network/impl/protocols/block_announce_protocol.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ namespace kagome::network {
MapLruSet<PeerId, Hash256> seen_;
std::shared_mutex active_peers_mutex_;
std::unordered_set<PeerId> active_peers_;
uint32_t max_parallel_downloads_;
const uint32_t max_parallel_downloads_;
};

} // namespace kagome::network

0 comments on commit 92d5f7c

Please sign in to comment.