Add fastresume session option
This commit is contained in:
parent
29c46f2579
commit
e11744cd63
3 changed files with 18 additions and 2 deletions
|
|
@ -17,6 +17,7 @@ impl BitVFactory for NonPersistentBitVFactory {
|
|||
async fn load(&self, _: TorrentIdOrHash) -> anyhow::Result<Option<Box<dyn BitV>>> {
|
||||
Ok(None)
|
||||
}
|
||||
|
||||
async fn store_initial_check(
|
||||
&self,
|
||||
_id: TorrentIdOrHash,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue