mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-04-01 09:35:37 +00:00
take bytes
This commit is contained in:
parent
3e053fa806
commit
e2d2b513cc
2 changed files with 2 additions and 2 deletions
|
|
@ -35,7 +35,7 @@ impl Preload {
|
|||
pub fn commit(
|
||||
&self,
|
||||
info_hash: &str,
|
||||
torrent_bytes: &[u8],
|
||||
torrent_bytes: Vec<u8>,
|
||||
persist_files: Option<HashSet<PathBuf>>,
|
||||
) -> Result<()> {
|
||||
// persist torrent bytes to file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue