mirror of
https://github.com/vacp2p/specs.git
synced 2026-01-07 22:44:07 -05:00
Merge pull request #646 from cokemine/fix/alpha
docs(dht): Update default concurrency parameter
This commit is contained in:
@@ -66,8 +66,8 @@ XOR-tries (see [go-libp2p-xor]).
|
|||||||
### Alpha concurrency parameter (`α`)
|
### Alpha concurrency parameter (`α`)
|
||||||
|
|
||||||
The concurrency of node and value lookups are limited by parameter `α`, with a
|
The concurrency of node and value lookups are limited by parameter `α`, with a
|
||||||
default value of 3. This implies that each lookup process can perform no more
|
default value of 10. This implies that each lookup process can perform no more
|
||||||
than 3 inflight requests, at any given time.
|
than 10 inflight requests, at any given time.
|
||||||
|
|
||||||
## Client and server mode
|
## Client and server mode
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user