From 6a244ee8f0fc2c5846ecb70c2c3d93f706237ab6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Kripalani?= Date: Wed, 4 Aug 2021 12:22:23 +0100 Subject: [PATCH] clarify comment. --- node/config/def.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/node/config/def.go b/node/config/def.go index 7637142cd..bef8fa8cf 100644 --- a/node/config/def.go +++ b/node/config/def.go @@ -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 /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,