diff --git a/v2/pkg/types/types.go b/v2/pkg/types/types.go index fe22ad3020..6cc4037950 100644 --- a/v2/pkg/types/types.go +++ b/v2/pkg/types/types.go @@ -421,6 +421,8 @@ func DefaultOptions() *Options { Timeout: 5, Retries: 1, MaxHostError: 30, + ResponseReadSize: 10 * 1024 * 1024, + ResponseSaveSize: 1024 * 1024, } }