mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 08:38:20 +00:00
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:
parent
4b09947f41
commit
0a7b358985
3 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||||
|
|
2
testing/external/commit-hash.zeek-testing
vendored
2
testing/external/commit-hash.zeek-testing
vendored
|
@ -1 +1 @@
|
||||||
dd58cd3032f8f13af0c65500f18f07efd0cd09b2
|
e28a29941c2a526412aacfa46d2a764edfdbd17d
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
f6b4374ade1603e0731488bea5fe9d8087c6288f
|
8fbe0f8d12d96e93461fb99365afb871e9c8b481
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue