ACCA225 commited on
Commit
250d6b8
·
verified ·
1 Parent(s): 4ab9ded

Update dl.sh

Browse files
Files changed (1) hide show
  1. dl.sh +1 -1
dl.sh CHANGED
@@ -1,6 +1,6 @@
1
  #!/bin/bash
2
 
3
- max_parallel=4 # 设置最大并行任务数
4
  counter=0 # 任务计数器
5
 
6
  for i in $(seq -f "%05g" 1 125)
 
1
  #!/bin/bash
2
 
3
+ max_parallel=5 # 设置最大并行任务数
4
  counter=0 # 任务计数器
5
 
6
  for i in $(seq -f "%05g" 1 125)