update index provider config
This commit is contained in:
parent
b780a64ed9
commit
8459d75597
@ -233,11 +233,7 @@ func DefaultStorageMiner() *StorageMiner {
|
||||
|
||||
// TODO: Remove hardcoded defaults once provider library exposes them.
|
||||
// See: https://github.com/filecoin-project/index-provider/issues/108
|
||||
cfg.IndexerProvider.Ingest = ipconfig.Ingest{
|
||||
LinkCacheSize: 1024,
|
||||
LinkedChunkSize: 100,
|
||||
PubSubTopic: "indexer/ingest",
|
||||
}
|
||||
cfg.IndexerProvider.Ingest = ipconfig.NewIngest()
|
||||
|
||||
cfg.Common.API.ListenAddress = "/ip4/127.0.0.1/tcp/2345/http"
|
||||
cfg.Common.API.RemoteListenAddress = "127.0.0.1:2345"
|
||||
|
Loading…
Reference in New Issue
Block a user