Skip to content

Commit

Permalink
adding default requests per connection
Browse files Browse the repository at this point in the history
  • Loading branch information
Mzack9999 committed Oct 11, 2020
1 parent 3f00499 commit 812be7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pipelineoptions.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ type PipelineOptions struct {
var DefaultPipelineOptions = PipelineOptions{
Timeout: 30 * time.Second,
MaxConnections: 5,
MaxPendingRequests: 100,
AutomaticHostHeader: true,
}

0 comments on commit 812be7a

Please sign in to comment.