diff options
author | Magnus Ahltorp <map@kth.se> | 2015-06-11 16:38:30 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2015-06-12 15:45:18 +0200 |
commit | 4e26b3679e9743690a85c9f72f7f4fc8ea8fd3f0 (patch) | |
tree | 6c445bb8644a7f2ece4084b731faedb726aea3f0 /test | |
parent | 3de0e0af3521f826e60468b2d6d19717fa0a53d7 (diff) |
Implement rate limiting of add_chain
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 |