rename default directory to 'dagstore', avoiding unnecessary capitalization
This commit is contained in:
parent
a0f1696f36
commit
cd7e9477b5
@ -21,7 +21,7 @@ import (
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
EnvDAGStoreCopyConcurrency = "LOTUS_DAGSTORE_COPY_CONCURRENCY"
|
EnvDAGStoreCopyConcurrency = "LOTUS_DAGSTORE_COPY_CONCURRENCY"
|
||||||
DefaultDAGStoreDir = "dagStore"
|
DefaultDAGStoreDir = "dagstore"
|
||||||
)
|
)
|
||||||
|
|
||||||
// NewMinerAPI creates a new MinerAPI adaptor for the dagstore mounts.
|
// NewMinerAPI creates a new MinerAPI adaptor for the dagstore mounts.
|
||||||
|
Loading…
Reference in New Issue
Block a user