mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-03 01:40:21 +08:00
Implement transport profile routing
This commit is contained in:
@@ -98,7 +98,7 @@ pub(super) fn sample_plan(url: &str, provider_api_format: &str) -> ExecutionPlan
|
||||
url: None,
|
||||
extra: None,
|
||||
}),
|
||||
tls_profile: Some("chrome".to_string()),
|
||||
transport_profile: None,
|
||||
timeouts: Some(ExecutionTimeouts {
|
||||
connect_ms: Some(10_000),
|
||||
read_ms: Some(30_000),
|
||||
|
||||
Reference in New Issue
Block a user