Skip to content

Commit

Permalink
changed maxResults default config to 1500
Browse files Browse the repository at this point in the history
  • Loading branch information
ppwfx committed May 11, 2020
1 parent bfa7774 commit e99f791
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: 3000,
MaxResults: 1500,
ResolveById: types.ResolveByIdConfig{
Concurrency: 100,
},
Expand Down

0 comments on commit e99f791

Please sign in to comment.