File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
modules/importer/src/runner Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ impl super::ImportRunner {
103
103
104
104
Walker :: new ( source)
105
105
. with_progress ( WalkerProgress ( progress) )
106
- . walk ( filter)
106
+ . walk_parallel ( 10 , filter)
107
107
. await
108
108
// if the walker fails, we record the outcome as part of the report, but skip any
109
109
// further processing, like storing the marker
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ impl super::ImportRunner {
107
107
108
108
Walker :: new ( http_source)
109
109
. with_progress ( WalkerProgress ( progress) )
110
- . walk ( filter)
110
+ . walk_parallel ( 10 , filter)
111
111
. await
112
112
// if the walker fails, we record the outcome as part of the report, but skip any
113
113
// further processing, like storing the marker
You can’t perform that action at this time.
0 commit comments