aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index bb80311..e9ae4c2 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -56,7 +56,7 @@ async fn main() -> Result<()> {
let epoch = entry.root_node_metadata.unwrap().bulk_metadata_epoch();
cache_all(
Arc::new(c),
- Arc::new(Semaphore::new(64)),
+ Arc::new(Semaphore::new(args.par_limit * 3 / 2)),
"".to_string(),
epoch,
level,