feat(graphsync): allow setting of per-peer incoming requests for miners
This commit is contained in:
@@ -207,6 +207,17 @@
|
||||
# env var: LOTUS_DEALMAKING_SIMULTANEOUSTRANSFERSFORSTORAGE
|
||||
#SimultaneousTransfersForStorage = 20
|
||||
|
||||
# The maximum number of simultaneous data transfers from any single client
|
||||
# for storage deals.
|
||||
# Unset by default (0), and values higher than SimultaneousTransfersForStorage
|
||||
# will have no effect; i.e. the total number of simultaneous data transfers
|
||||
# across all storage clients is bound by SimultaneousTransfersForStorage
|
||||
# regardless of this number.
|
||||
#
|
||||
# type: uint64
|
||||
# env var: LOTUS_DEALMAKING_SIMULTANEOUSTRANSFERSFORSTORAGEPERCLIENT
|
||||
#SimultaneousTransfersForStoragePerClient = 0
|
||||
|
||||
# The maximum number of parallel online data transfers for retrieval deals
|
||||
#
|
||||
# type: uint64
|
||||
|
||||
Reference in New Issue
Block a user