feat: increase concurrent values

This commit is contained in:
Urko 2023-08-01 13:11:19 +02:00
parent 4230146965
commit bcd461ad06
1 changed files with 2 additions and 2 deletions

View File

@ -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 {