Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
bmwill committed Jan 4, 2025
1 parent a16c05e commit 5976aee
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion crates/sui-indexer/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ fn get_http_client(rpc_client_url: &str) -> Result<HttpClient, IndexerError> {

HttpClientBuilder::default()
.max_request_size(2 << 30)
.max_concurrent_requests(usize::MAX)
.set_headers(headers.clone())
.build(rpc_client_url)
.map_err(|e| {
Expand Down
1 change: 0 additions & 1 deletion crates/sui-json-rpc/src/move_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,6 @@ mod tests {

mod get_normalized_move_module_tests {
use super::super::*;
use jsonrpsee::types::ErrorObjectOwned;
use move_binary_format::file_format::basic_test_module;

fn setup() -> (ObjectID, String) {
Expand Down

0 comments on commit 5976aee

Please sign in to comment.