From fded62c183d9fe8028dfeb93a7d7c0c08a22b7ee Mon Sep 17 00:00:00 2001 From: Daniel McCarney Date: Fri, 2 Mar 2018 15:15:29 -0500 Subject: [PATCH] Increase default order rate limit (#3519) --- test/rate-limit-policies-b.yml | 4 ++-- test/rate-limit-policies.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/rate-limit-policies-b.yml b/test/rate-limit-policies-b.yml index 98a8ffe11..0bc7d3f48 100644 --- a/test/rate-limit-policies-b.yml +++ b/test/rate-limit-policies-b.yml @@ -35,8 +35,8 @@ pendingAuthorizationsPerAccount: window: 168h # 1 week, should match pending authorization lifetime. threshold: 999 newOrdersPerAccount: - window: 5m - threshold: 999 + window: 3h + threshold: 9999 certificatesPerFQDNSet: window: 24h threshold: 99999 diff --git a/test/rate-limit-policies.yml b/test/rate-limit-policies.yml index ec8690fa5..aa00935e7 100644 --- a/test/rate-limit-policies.yml +++ b/test/rate-limit-policies.yml @@ -37,8 +37,8 @@ invalidAuthorizationsPerAccount: window: 5m threshold: 3 newOrdersPerAccount: - window: 5m - threshold: 3 + window: 3h + threshold: 1500 certificatesPerFQDNSet: window: 24h threshold: 5