mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-17 18:21:02 +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.
|
/// Maximum number of known external addresses that we will cache.
|
||||||
/// This only affects whether we will log whenever we (re-)discover
|
/// This only affects whether we will log whenever we (re-)discover
|
||||||
/// a given address.
|
/// a given address.
|
||||||
const MAX_KNOWN_EXTERNAL_ADDRESSES: usize = 32;
|
const MAX_KNOWN_EXTERNAL_ADDRESSES: usize = 64;
|
||||||
|
|
||||||
/// `DiscoveryBehaviour` configuration.
|
/// `DiscoveryBehaviour` configuration.
|
||||||
///
|
///
|
||||||
|
|||||||
Reference in New Issue
Block a user