clarify comment.

This commit is contained in:
Raúl Kripalani 2021-08-04 12:22:23 +01:00
parent 583a3c6277
commit 6a244ee8f0

View File

@ -189,9 +189,10 @@ func DefaultStorageMiner() *StorageMiner {
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{
// zero value paths for transients, indices, datastore.
// by default they'll end up under the node repo.
MaxConcurrentIndex: 5,
MaxConcurrentReadyFetches: 2,
MaxConcurrencyStorageCalls: 100,