Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamspofford-dfinity committed Aug 22, 2024
1 parent 538d0d0 commit 9e7a8d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ic-agent/src/agent/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ pub struct Agent {
concurrent_requests_semaphore: Arc<Semaphore>,
verify_query_signatures: bool,
max_response_body_size: Option<usize>,
#[allow(dead_code)]
max_tcp_error_retries: usize,
use_call_v3_endpoint: bool,
}
Expand Down

0 comments on commit 9e7a8d3

Please sign in to comment.