Increase the number of external IPs in cache (#8771)

This commit is contained in:
Pierre Krieger
2021-05-10 12:18:21 +02:00
committed by GitHub
parent 2a38b23062
commit f16f8def08
+1 -1
View File
@@ -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.
///