1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-22 00:26:03 +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 { client {
uploadChunkSize = 209715200 uploadChunkSize = 209715200
} }
batch {
maxParallelTransfers = 1
}
} }
executor { executor {
name = 'awsbatch' name = 'awsbatch'