diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2023-02-14 19:28:10 -0500 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2023-02-14 19:28:10 -0500 |
commit | f02524b59288d68e78a108e9c9e2ca4c7f662f07 (patch) | |
tree | db0a7ad310a92442274d862c7fc5d9994d99eaa5 /src/public/mod.rs | |
parent | fix seo (diff) | |
download | xssbook-f02524b59288d68e78a108e9c9e2ca4c7f662f07.tar.gz xssbook-f02524b59288d68e78a108e9c9e2ca4c7f662f07.tar.bz2 xssbook-f02524b59288d68e78a108e9c9e2ca4c7f662f07.zip |
friends
Diffstat (limited to 'src/public/mod.rs')
-rw-r--r-- | src/public/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/public/mod.rs b/src/public/mod.rs index 76796ea..bb75ef0 100644 --- a/src/public/mod.rs +++ b/src/public/mod.rs @@ -25,7 +25,7 @@ pub mod pages; pub fn router() -> Router { let governor_conf = Box::new( GovernorConfigBuilder::default() - .burst_size(20) + .burst_size(30) .per_second(1) .key_extractor(SmartIpKeyExtractor) .finish() |