Skip to content

Commit

Permalink
Reduce thread count to 1 for XmlMergeTarget
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-morey committed Jun 9, 2021
1 parent e037e98 commit d33a871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion force-meta-backup.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -1121,7 +1121,7 @@ class XmlMergeTargetBuilder {
def destDir = "$metadataDir/profiles"
mkdir(dir: destDir)

parallel(threadCount: 4) {
parallel(threadCount: 1) {
profiles.each { filename ->
sequential {
echo "Xml Merging: $filename"
Expand Down

0 comments on commit d33a871

Please sign in to comment.