feat: increase concurrent values
This commit is contained in:
parent
4230146965
commit
bcd461ad06
|
@ -22,8 +22,8 @@ import (
|
||||||
"golang.org/x/sync/semaphore"
|
"golang.org/x/sync/semaphore"
|
||||||
)
|
)
|
||||||
|
|
||||||
const writers = 10
|
const writers = 20
|
||||||
const maxConcurrentWeight = 6
|
const maxConcurrentWeight = 10
|
||||||
const largeFileSize = 500 * 1024 * 1024 // 500 MB
|
const largeFileSize = 500 * 1024 * 1024 // 500 MB
|
||||||
|
|
||||||
type BackBalze struct {
|
type BackBalze struct {
|
||||||
|
|
Loading…
Reference in New Issue