Skip to content

Commit

Permalink
Increase default_plus_ratelimit from 10,000 to 100,000 in geph5-exit …
Browse files Browse the repository at this point in the history
…module
  • Loading branch information
nullchinchilla committed May 5, 2024
1 parent 258c017 commit d946cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binaries/geph5-exit/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ fn default_free_ratelimit() -> u32 {
}

fn default_plus_ratelimit() -> u32 {
10000
100000
}

fn default_total_ratelimit() -> u32 {
Expand Down

0 comments on commit d946cf4

Please sign in to comment.