Skip to content

Commit

Permalink
Provers make a lot of requests
Browse files Browse the repository at this point in the history
  • Loading branch information
keyvank committed Jul 17, 2023
1 parent 5eb53dc commit 5f1e6a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cli/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,8 @@ 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(30, 100 * MB);
// (70 request, 100MB) per minute
let firewall = Firewall::new(70, 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 5f1e6a2

Please sign in to comment.