Enable fastresume in tests
This commit is contained in:
parent
c4888d5123
commit
ea39ec787a
2 changed files with 2 additions and 0 deletions
|
|
@ -191,6 +191,7 @@ async fn _test_e2e_download() {
|
|||
persistence: Some(SessionPersistenceConfig::Json {
|
||||
folder: Some(session_persistence),
|
||||
}),
|
||||
fastresume: true,
|
||||
listen_port_range: None,
|
||||
enable_upnp_port_forwarding: false,
|
||||
root_span: Some(error_span!("client")),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue