Skip to content

Commit

Permalink
Transfer - Increase max build-info threads to 12
Browse files Browse the repository at this point in the history
  • Loading branch information
yahavi committed Mar 7, 2024
1 parent 685c9c3 commit 1e19a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artifactory/utils/transfersettings.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const (
// DefaultThreads is the default number of threads working while transferring Artifactory's data
DefaultThreads = 8
// Maximum working threads allowed to execute the AQL queries and upload chunks for build-info repositories
MaxBuildInfoThreads = 8
MaxBuildInfoThreads = 12
// Maximum working threads allowed to execute the AQL queries
MaxChunkBuilderThreads = 16

Expand Down

0 comments on commit 1e19a76

Please sign in to comment.