limit uploads with semaphore

This commit is contained in:
cy 2025-04-16 15:49:01 -04:00
parent 84bbe5dcb4
commit 6806b96892
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts
2 changed files with 12 additions and 5 deletions

View file

@ -132,6 +132,7 @@ impl<'a> Uploader<'a> {
.body(nar_info.to_string().as_bytes().to_vec().into())
.send()
.await?;
debug!("done uploading narinfo");
Ok(())
}