remove dead code
This commit is contained in:
parent
109a8242ae
commit
944aeed13e
@ -30,7 +30,6 @@ type MarketDAGStoreConfig struct {
|
|||||||
TransientsDir string
|
TransientsDir string
|
||||||
IndexDir string
|
IndexDir string
|
||||||
Datastore ds.Datastore
|
Datastore ds.Datastore
|
||||||
MaxConcurrentFetch int
|
|
||||||
MaxConcurrentIndex int
|
MaxConcurrentIndex int
|
||||||
GCInterval time.Duration
|
GCInterval time.Duration
|
||||||
}
|
}
|
||||||
|
@ -614,7 +614,6 @@ func DagStoreWrapper(
|
|||||||
Datastore: dagStoreDS,
|
Datastore: dagStoreDS,
|
||||||
GCInterval: 1 * time.Minute,
|
GCInterval: 1 * time.Minute,
|
||||||
MaxConcurrentIndex: 5,
|
MaxConcurrentIndex: 5,
|
||||||
MaxConcurrentFetch: 2,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
dsw, err := dagstore.NewDagStoreWrapper(cfg, lotusAccessor)
|
dsw, err := dagstore.NewDagStoreWrapper(cfg, lotusAccessor)
|
||||||
|
Loading…
Reference in New Issue
Block a user