Skip to content

Commit

Permalink
chore: set max_blocks_per_request to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioDfinity committed Mar 18, 2024
1 parent 1aee299 commit 78e65d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cycles-ledger/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pub struct Config {
impl Default for Config {
fn default() -> Self {
Self {
max_blocks_per_request: 1000,
max_blocks_per_request: 100,
index_id: None,
}
}
Expand Down

0 comments on commit 78e65d0

Please sign in to comment.