re-up concurrent uploads

As long as it's below 20, we seem to be fine.
This commit is contained in:
snow flurry 2024-04-24 01:22:05 -07:00
parent 5fd3188a2c
commit a0a1c2a82f

View file

@ -83,7 +83,7 @@ impl LocalServer {
.build()
.unwrap(),
tasks: JoinSet::new(),
semaphore: Arc::new(Semaphore::new(1)),
semaphore: Arc::new(Semaphore::new(10)),
})
}