Skip to content

Commit

Permalink
change to 1 idle per default
Browse files Browse the repository at this point in the history
  • Loading branch information
antihax committed Sep 16, 2018
1 parent 4cd325e commit a47ee90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backblaze.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func (a *authorizationState) invalidate() {
func NewB2(creds Credentials) (*B2, error) {
c := &B2{
Credentials: creds,
MaxIdleUploads: 10,
MaxIdleUploads: 1,
}

// Authorize account
Expand Down

0 comments on commit a47ee90

Please sign in to comment.