Skip to content

Commit

Permalink
adding default resp size to options (#4050)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mzack9999 authored Aug 14, 2023
1 parent 79befbb commit d07c273
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions v2/pkg/types/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,8 @@ func DefaultOptions() *Options {
Timeout: 5,
Retries: 1,
MaxHostError: 30,
ResponseReadSize: 10 * 1024 * 1024,
ResponseSaveSize: 1024 * 1024,
}
}

Expand Down

0 comments on commit d07c273

Please sign in to comment.