Skip to content

Commit

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

0 comments on commit aabfc42

Please sign in to comment.