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:
parent
abae5c4bd8
commit
3d3ee391be
1 changed files with 3 additions and 0 deletions
|
@ -30,6 +30,9 @@ aws {
|
|||
client {
|
||||
uploadChunkSize = 209715200
|
||||
}
|
||||
batch {
|
||||
maxParallelTransfers = 1
|
||||
}
|
||||
}
|
||||
executor {
|
||||
name = 'awsbatch'
|
||||
|
|
Loading…
Reference in a new issue