Skip to content

Commit

Permalink
fix: increase VARIADIC_MULTIPLE_MAX_SIZE to 1024
Browse files Browse the repository at this point in the history
  • Loading branch information
TarekkMA committed Jan 24, 2025
1 parent 580308a commit 5fca3df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/rpc-core/src/types/filter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ use serde_json::{from_value, Value};

use crate::types::{BlockNumberOrHash, Log};

const VARIADIC_MULTIPLE_MAX_SIZE: usize = 16;
const VARIADIC_MULTIPLE_MAX_SIZE: usize = 1024;

/// Variadic value
#[derive(Clone, Debug, Eq, PartialEq, Hash)]
Expand Down

0 comments on commit 5fca3df

Please sign in to comment.