adding default resp size to options (#4050)

dev
Mzack9999 2023-08-14 17:09:02 +02:00 committed by GitHub
parent 79befbb293
commit d07c273ab4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -421,6 +421,8 @@ func DefaultOptions() *Options {
Timeout: 5,
Retries: 1,
MaxHostError: 30,
ResponseReadSize: 10 * 1024 * 1024,
ResponseSaveSize: 1024 * 1024,
}
}