Small default updates & external baselines.

Update default caching time to be slightly more than a minute - to catch
cases that happen once a minute.

Also update external baselines.
This commit is contained in:
Johanna Amann 2020-03-12 10:51:52 -07:00
parent 4b09947f41
commit 0a7b358985
3 changed files with 4 additions and 4 deletions

View file

@ -11,11 +11,11 @@ export {
option caching_required_encounters : count = 10; option caching_required_encounters : count = 10;
## The timespan over which caching_required_encounters has to be reached ## The timespan over which caching_required_encounters has to be reached
option caching_required_encounters_interval : interval = 1 mins; option caching_required_encounters_interval : interval = 62 secs;
## After a certificate has not been encountered for this time, it ## After a certificate has not been encountered for this time, it
## may be evicted from the certificate cache. ## may be evicted from the certificate cache.
option certificate_cache_minimum_eviction_interval : interval = 1 mins; option certificate_cache_minimum_eviction_interval : interval = 62 secs;
## Maximum size of the certificate cache ## Maximum size of the certificate cache
option certificate_cache_max_entries : count = 10000; option certificate_cache_max_entries : count = 10000;

View file

@ -1 +1 @@
dd58cd3032f8f13af0c65500f18f07efd0cd09b2 e28a29941c2a526412aacfa46d2a764edfdbd17d

View file

@ -1 +1 @@
f6b4374ade1603e0731488bea5fe9d8087c6288f 8fbe0f8d12d96e93461fb99365afb871e9c8b481