Clarify the purpose of MaxSimultaneousTransfers
config
Clarify the documentation of `MaxSimultaneousTransfers` to state that the "transfer" refers to multihash syncing only and not the data itself.
This commit is contained in:
parent
ad348c8e2f
commit
235377585d
@ -285,8 +285,8 @@
|
|||||||
# env var: LOTUS_INDEXERPROVIDER_ANNOUNCEADDRESSES
|
# env var: LOTUS_INDEXERPROVIDER_ANNOUNCEADDRESSES
|
||||||
#AnnounceAddresses = []
|
#AnnounceAddresses = []
|
||||||
|
|
||||||
# The maximum number of simultaneous data transfers between the indexers
|
# The maximum number of simultaneous requests syncing the list of advertised multihashes between
|
||||||
# and the indexer provider
|
# the indexers and the index provider.
|
||||||
#
|
#
|
||||||
# type: uint64
|
# type: uint64
|
||||||
# env var: LOTUS_INDEXERPROVIDER_MAXSIMULTANEOUSTRANSFERS
|
# env var: LOTUS_INDEXERPROVIDER_MAXSIMULTANEOUSTRANSFERS
|
||||||
|
@ -378,8 +378,7 @@ Format: multiaddress`,
|
|||||||
Name: "MaxSimultaneousTransfers",
|
Name: "MaxSimultaneousTransfers",
|
||||||
Type: "uint64",
|
Type: "uint64",
|
||||||
|
|
||||||
Comment: `The maximum number of simultaneous data transfers between the indexers
|
Comment: `The maximum number of simultaneous requests syncing the list of advertised multihashes between the indexers and the index provider.`,
|
||||||
and the indexer provider`,
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
"Libp2p": []DocField{
|
"Libp2p": []DocField{
|
||||||
|
@ -173,8 +173,8 @@ type IndexerProviderConfig struct {
|
|||||||
// Format: multiaddress
|
// Format: multiaddress
|
||||||
AnnounceAddresses []string
|
AnnounceAddresses []string
|
||||||
|
|
||||||
// The maximum number of simultaneous data transfers between the indexers
|
// The maximum number of simultaneous requests syncing the list of advertised multihashes
|
||||||
// and the indexer provider
|
// between the indexers and the index provider.
|
||||||
MaxSimultaneousTransfers uint64
|
MaxSimultaneousTransfers uint64
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user