sectors list: Explain http mode

This commit is contained in:
Łukasz Magiera 2023-02-15 19:41:46 +01:00
parent 17adcb77c3
commit 6028d7ba18

View File

@ -317,6 +317,7 @@ var sectorsListCmd = &cli.Command{
},
},
Action: func(cctx *cli.Context) error {
// http mode allows for parallel json decoding/encoding, which was a bottleneck here
minerApi, closer, err := lcli.GetStorageMinerAPI(cctx, cliutil.StorageMinerUseHttp)
if err != nil {
return err