Skip to content

Commit

Permalink
Update util.go
Browse files Browse the repository at this point in the history
  • Loading branch information
zengge99 authored Jun 17, 2024
1 parent 4040990 commit 74b2743
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/quark_share/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,8 @@ func (d *QuarkShare) link(file model.Obj, fid string) (*model.Link, error) {
"Referer": []string{d.conf.referer},
"User-Agent": []string{ua},
},
Concurrency: 2,
PartSize: 10 * utils.MB,
//Concurrency: 2,
//PartSize: 10 * utils.MB,
}, nil
}

Expand Down

0 comments on commit 74b2743

Please sign in to comment.