Skip to content

Commit

Permalink
More rps needed
Browse files Browse the repository at this point in the history
  • Loading branch information
keyvank committed Jul 13, 2023
1 parent 7d768b4 commit 211702e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ async fn run_node<K: KvStore, B: Blockchain<K>>(
let bootstrap_nodes = bazuka_config.bootstrap.clone();

// (10 request, 100MB) per minute
let firewall = Firewall::new(10, 100 * MB);
let firewall = Firewall::new(30, 100 * MB);

// Async loop that is responsible for answering external requests and gathering
// data from external world through a heartbeat loop.
Expand Down

0 comments on commit 211702e

Please sign in to comment.