mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 08:29:54 +00:00
Limit the number of parallel transfers
This commit is contained in:
parent
abae5c4bd8
commit
3d3ee391be
1 changed files with 3 additions and 0 deletions
|
@ -30,6 +30,9 @@ aws {
|
||||||
client {
|
client {
|
||||||
uploadChunkSize = 209715200
|
uploadChunkSize = 209715200
|
||||||
}
|
}
|
||||||
|
batch {
|
||||||
|
maxParallelTransfers = 1
|
||||||
|
}
|
||||||
}
|
}
|
||||||
executor {
|
executor {
|
||||||
name = 'awsbatch'
|
name = 'awsbatch'
|
||||||
|
|
Loading…
Reference in a new issue