mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 22:47:56 +00:00
Increase the number of external IPs in cache (#8771)
This commit is contained in:
@@ -71,7 +71,7 @@ use sp_core::hexdisplay::HexDisplay;
|
||||
/// Maximum number of known external addresses that we will cache.
|
||||
/// This only affects whether we will log whenever we (re-)discover
|
||||
/// a given address.
|
||||
const MAX_KNOWN_EXTERNAL_ADDRESSES: usize = 32;
|
||||
const MAX_KNOWN_EXTERNAL_ADDRESSES: usize = 64;
|
||||
|
||||
/// `DiscoveryBehaviour` configuration.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user