1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-13 05:03:10 +00:00

Limit the number of parallel transfers

This commit is contained in:
Bruno Grande 2022-09-13 13:15:30 -07:00
parent abae5c4bd8
commit 3d3ee391be

View file

@ -30,6 +30,9 @@ aws {
client {
uploadChunkSize = 209715200
}
batch {
maxParallelTransfers = 1
}
}
executor {
name = 'awsbatch'