Skip to content

Commit

Permalink
chore: increase lens object cache size
Browse files Browse the repository at this point in the history
  • Loading branch information
iand committed Feb 1, 2021
1 parent ad4a96a commit 9128b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ func setupDatabase(cctx *cli.Context) (*storage.Database, error) {
func setupLens(cctx *cli.Context) (lens.APIOpener, lens.APICloser, error) {
switch cctx.String("lens") {
case "lotus":
return vapi.NewAPIOpener(cctx, 10_000)
return vapi.NewAPIOpener(cctx, 50_000)
case "lotusrepo":
return repoapi.NewAPIOpener(cctx)
case "carrepo":
Expand Down

0 comments on commit 9128b2d

Please sign in to comment.