Skip to content

Commit

Permalink
Merge pull request #14174 from MinaProtocol/georgeee/disable-snark-wo…
Browse files Browse the repository at this point in the history
…rk-rate-limiting

Disable rate limitting for snark works
  • Loading branch information
georgeee authored Sep 21, 2023
2 parents b423d99 + 1c3b779 commit de03589
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/network_pool/snark_pool_diff.ml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ module Make
| Empty ->
1

let max_per_15_seconds = 20
(* Effectively disable rate limitting *)
let max_per_15_seconds = 100000

let summary = function
| Add_solved_work (work, { proof = _; fee }) ->
Expand Down

0 comments on commit de03589

Please sign in to comment.