Add fastresume session option

This commit is contained in:
Igor Katson 2024-08-20 21:31:52 +01:00
parent 29c46f2579
commit e11744cd63
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
3 changed files with 18 additions and 2 deletions

View file

@ -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,