pull/136/head
Chip Senkbeil 2 years ago
parent 84fb2beec5
commit f67d14de7a
No known key found for this signature in database
GPG Key ID: 35EF1F8EC72A4131

@ -285,9 +285,11 @@ impl SearchQueryExecutor {
walker_builder.add(path);
}
// TODO: Use something like num_cpus to determine thread count
walker_builder
.skip_stdout(true)
.follow_links(query.options.follow_symbolic_links)
.threads(8)
.max_depth(
query
.options

Loading…
Cancel
Save