chore(docs): docsgen
This commit is contained in:
parent
368d72ebfe
commit
bff3af81d5
@ -108,11 +108,18 @@
|
|||||||
#IpfsUseForRetrieval = false
|
#IpfsUseForRetrieval = false
|
||||||
|
|
||||||
# The maximum number of simultaneous data transfers between the client
|
# The maximum number of simultaneous data transfers between the client
|
||||||
# and storage providers
|
# and storage providers for storage deals
|
||||||
#
|
#
|
||||||
# type: uint64
|
# type: uint64
|
||||||
# env var: LOTUS_CLIENT_SIMULTANEOUSTRANSFERS
|
# env var: LOTUS_CLIENT_SIMULTANEOUSTRANSFERSFORSTORAGE
|
||||||
#SimultaneousTransfers = 20
|
#SimultaneousTransfersForStorage = 20
|
||||||
|
|
||||||
|
# The maximum number of simultaneous data transfers between the client
|
||||||
|
# and storage providers for retrieval deals
|
||||||
|
#
|
||||||
|
# type: uint64
|
||||||
|
# env var: LOTUS_CLIENT_SIMULTANEOUSTRANSFERSFORRETRIEVAL
|
||||||
|
#SimultaneousTransfersForRetrieval = 20
|
||||||
|
|
||||||
|
|
||||||
[Wallet]
|
[Wallet]
|
||||||
|
@ -201,11 +201,17 @@
|
|||||||
# env var: LOTUS_DEALMAKING_MAXSTAGINGDEALSBYTES
|
# env var: LOTUS_DEALMAKING_MAXSTAGINGDEALSBYTES
|
||||||
#MaxStagingDealsBytes = 0
|
#MaxStagingDealsBytes = 0
|
||||||
|
|
||||||
# The maximum number of parallel online data transfers (storage+retrieval)
|
# The maximum number of parallel online data transfers for storage deals
|
||||||
#
|
#
|
||||||
# type: uint64
|
# type: uint64
|
||||||
# env var: LOTUS_DEALMAKING_SIMULTANEOUSTRANSFERS
|
# env var: LOTUS_DEALMAKING_SIMULTANEOUSTRANSFERSFORSTORAGE
|
||||||
#SimultaneousTransfers = 20
|
#SimultaneousTransfersForStorage = 20
|
||||||
|
|
||||||
|
# The maximum number of parallel online data transfers for retrieval deals
|
||||||
|
#
|
||||||
|
# type: uint64
|
||||||
|
# env var: LOTUS_DEALMAKING_SIMULTANEOUSTRANSFERSFORRETRIEVAL
|
||||||
|
#SimultaneousTransfersForRetrieval = 20
|
||||||
|
|
||||||
# Minimum start epoch buffer to give time for sealing of sector with deal.
|
# Minimum start epoch buffer to give time for sealing of sector with deal.
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user