Skip to content

Commit

Permalink
changed maxResults default config to 2000
Browse files Browse the repository at this point in the history
  • Loading branch information
ppwfx committed May 11, 2020
1 parent e99f791 commit 6e51b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metamate/pkg/v0/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ var DefaultConfig = types.Config{
},
Internal: types.InternalConfig{
Get: types.GetConfig{
MaxResults: 1500,
MaxResults: 2000,
ResolveById: types.ResolveByIdConfig{
Concurrency: 100,
},
Expand Down

0 comments on commit 6e51b69

Please sign in to comment.