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

@ -341,6 +341,7 @@ async fn async_main(opts: Opts) -> anyhow::Result<()> {
socks_proxy_url: socks_url,
concurrent_init_limit: Some(opts.concurrent_init_limit),
root_span: None,
fastresume: false,
};
let stats_printer = |session: Arc<Session>| async move {