0.4.3
This commit is contained in:
@@ -418,6 +418,8 @@ pub struct KbHttpEndpointConfig {
|
||||
pub max_idle_connections_per_host: usize,
|
||||
/// Automatic pause duration after an HTTP 429 response, in milliseconds.
|
||||
pub pause_after_http_429_ms: std::option::Option<u64>,
|
||||
/// Maximum number of concurrent in-flight HTTP requests for this endpoint.
|
||||
pub max_concurrent_requests_per_endpoint: usize,
|
||||
}
|
||||
|
||||
impl KbHttpEndpointConfig {
|
||||
|
||||
Reference in New Issue
Block a user