mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-07-26 16:35:24 -04:00
min_peer_count
This commit is contained in:
parent
895fbf77c5
commit
48cd02c39d
2 changed files with 3 additions and 3 deletions
|
@ -78,7 +78,7 @@ Future<VeilidConfig> getDefaultVeilidConfig() async {
|
|||
setValueTimeoutMs: null,
|
||||
setValueCount: 20,
|
||||
setValueFanout: 5,
|
||||
minPeerCount: 1, //20,
|
||||
minPeerCount: 20,
|
||||
minPeerRefreshTimeMs: 2000,
|
||||
validateDialInfoReceiptTimeMs: 2000,
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue