From 73be0d5b187756125cc2db987a81a714a23f8f7f Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sun, 7 Dec 2014 14:12:56 +0100 Subject: [PATCH] Redude workers in tests to 20 --- bloblist_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bloblist_test.go b/bloblist_test.go index fe709bfc6..79d001584 100644 --- a/bloblist_test.go +++ b/bloblist_test.go @@ -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)