clarify comment.
This commit is contained in:
parent
583a3c6277
commit
6a244ee8f0
@ -189,9 +189,10 @@ func DefaultStorageMiner() *StorageMiner {
|
|||||||
DealPublishControl: []string{},
|
DealPublishControl: []string{},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
// The default DAGStoreConfig doesn't define any paths for transients,
|
||||||
|
// indices and the datastore. Empty values will lead to these being
|
||||||
|
// placed under <repo>/dagStore.
|
||||||
DAGStore: DAGStoreConfig{
|
DAGStore: DAGStoreConfig{
|
||||||
// zero value paths for transients, indices, datastore.
|
|
||||||
// by default they'll end up under the node repo.
|
|
||||||
MaxConcurrentIndex: 5,
|
MaxConcurrentIndex: 5,
|
||||||
MaxConcurrentReadyFetches: 2,
|
MaxConcurrentReadyFetches: 2,
|
||||||
MaxConcurrencyStorageCalls: 100,
|
MaxConcurrencyStorageCalls: 100,
|
||||||
|
Loading…
Reference in New Issue
Block a user