limit uploads with semaphore
This commit is contained in:
parent
84bbe5dcb4
commit
6806b96892
2 changed files with 12 additions and 5 deletions
|
@ -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(())
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue