diff options
author | Magnus Ahltorp <map@kth.se> | 2015-06-11 16:38:30 +0200 |
---|---|---|
committer | Magnus Ahltorp <map@kth.se> | 2015-06-11 16:38:30 +0200 |
commit | e109e12abb56414cbf64aad7a7e38c19062cdbb9 (patch) | |
tree | b3c59a3f363f4be1ed0224751c4f8dee3850614e /test | |
parent | 1d4ee3918c353649f2a166f0bdd6a1846caccfee (diff) |
Implement rate limiting of add_chainratelimit
Diffstat (limited to 'test')
-rw-r--r-- | test/catlfish-test-local-1.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/catlfish-test-local-1.cfg b/test/catlfish-test-local-1.cfg index be1c5b3..88eda59 100644 --- a/test/catlfish-test-local-1.cfg +++ b/test/catlfish-test-local-1.cfg @@ -23,5 +23,8 @@ paths: logpublickey: tests/keys/logkey.pem privatekeys: tests/privatekeys +ratelimits: + add_chain: 10 per second + #options: # - sctcaching |