mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-05-30 20:14:29 -04:00
peer table thresholds
This commit is contained in:
parent
ac0280e0b6
commit
c276dd7796
10 changed files with 184 additions and 47 deletions
|
@ -44,6 +44,13 @@ Future<VeilidConfig> getDefaultVeilidConfig() async {
|
|||
nodeId: "",
|
||||
nodeIdSecret: "",
|
||||
bootstrap: [],
|
||||
routingTable: VeilidConfigRoutingTable(
|
||||
limitOverAttached: 64,
|
||||
limitFullyAttached: 32,
|
||||
limitAttachedStrong: 16,
|
||||
limitAttachedGood: 8,
|
||||
limitAttachedWeak: 4,
|
||||
),
|
||||
rpc: VeilidConfigRPC(
|
||||
concurrency: 0,
|
||||
queueSize: 1024,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue