Small tweak

This commit is contained in:
Igor Katson 2024-04-30 10:21:13 +01:00
parent aec1b94544
commit ebd4731c09

View file

@ -87,8 +87,6 @@ async fn e2e_stream() -> anyhow::Result<()> {
paused: false,
storage_factory: Some(Box::new(InMemoryExampleStorageFactory {})),
initial_peers: Some(vec![peer]),
// Download no files automatically.
only_files: Some(vec![]),
..Default::default()
}),
)