Add fastresume session option
This commit is contained in:
parent
29c46f2579
commit
e11744cd63
3 changed files with 18 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue