PeerStoreConfig constructor
const
PeerStoreConfig({})
Implementation
const PeerStoreConfig({
this.maxPeers = 1000,
this.peerTTL = const Duration(hours: 24),
this.cleanupInterval = const Duration(minutes: 30),
});