Skip to content

Commit

Permalink
fix: small improvements in rawAllure
Browse files Browse the repository at this point in the history
  • Loading branch information
matzuk committed Dec 12, 2023
1 parent 4eb7acb commit df35854
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions allure/rawAllure.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ type FileNode struct {
Downloaded bool `json:"downloaded"`
}

var maxConcurrentDownloads = 10 // Limit the number of concurrent downloads.
var maxConcurrentDownloads = 20 // Limit the number of concurrent downloads.

func GetArtifacts(host string, token string, runId string, whereToSave string) {
fmt.Println("Start downloading artifacts")
Expand Down Expand Up @@ -170,7 +170,6 @@ func downloadFilesAndCheckForNew(host string, token string, runId string, fileTr
}
}

fmt.Printf("Number of files not yet downloaded: %d\n", notDownloadedCount)
return newFilesAdded
}

Expand Down

0 comments on commit df35854

Please sign in to comment.