mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 04:47:39 +03:00
fmt
This commit is contained in:
parent
93fe2a7207
commit
5f7b2b0eae
2 changed files with 2 additions and 1 deletions
1
.github/workflows/windows.yml
vendored
1
.github/workflows/windows.yml
vendored
|
@ -74,3 +74,4 @@ jobs:
|
|||
--skip test_params
|
||||
--skip test_body
|
||||
--skip test_form
|
||||
--skip test_json
|
||||
|
|
|
@ -738,7 +738,7 @@ where
|
|||
.map_err(|e| log::error!("Can not set alpn protocol: {:?}", e));
|
||||
Connector::default()
|
||||
.lifetime(time::Duration::from_secs(0))
|
||||
.keep_alive(time::Duration::from_millis(3000))
|
||||
.keep_alive(time::Duration::from_millis(30000))
|
||||
.timeout(time::Duration::from_millis(30000))
|
||||
.disconnect_timeout(time::Duration::from_millis(3000))
|
||||
.openssl(builder.build())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue