mirror of
https://github.com/octoleo/restic.git
synced 2024-11-24 21:57:41 +00:00
Redude workers in tests to 20
This commit is contained in:
parent
3336f2b8e7
commit
73be0d5b18
@ -14,7 +14,7 @@ import (
|
||||
"github.com/restic/restic/backend"
|
||||
)
|
||||
|
||||
var maxWorkers = flag.Uint("workers", 100, "number of workers to test BlobList concurrent access against")
|
||||
var maxWorkers = flag.Uint("workers", 20, "number of workers to test BlobList concurrent access against")
|
||||
|
||||
func randomID() []byte {
|
||||
buf := make([]byte, backend.IDSize)
|
||||
|
Loading…
Reference in New Issue
Block a user