Skip to content

Commit

Permalink
Reduce default chunk size of contract addresses stream
Browse files Browse the repository at this point in the history
  • Loading branch information
Jurshsmith committed Apr 14, 2024
1 parent 1cc229a commit feb4e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chaindexing/src/repos/streams.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ macro_rules! get_contract_addresses_stream_by_chain {
( $cursor_field:expr, $conn:expr, $conn_type:ty, $table_struct:ty, $chain_id:expr, $fromToType:ty) => {{
use get_contract_addresses_stream_by_chain;

let default_chunk_size = 500;
let default_chunk_size = 5;
let default_from = None;
let default_to = None;

Expand Down

0 comments on commit feb4e53

Please sign in to comment.