min_peer_count

This commit is contained in:
John Smith
2022-07-05 21:38:46 -04:00
parent 895fbf77c5
commit 48cd02c39d
2 changed files with 3 additions and 3 deletions

View File

@@ -78,7 +78,7 @@ Future<VeilidConfig> getDefaultVeilidConfig() async {
setValueTimeoutMs: null,
setValueCount: 20,
setValueFanout: 5,
minPeerCount: 1, //20,
minPeerCount: 20,
minPeerRefreshTimeMs: 2000,
validateDialInfoReceiptTimeMs: 2000,
),