mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00
Default known stores to false to avoid Broker stores
This commit is contained in:
parent
802d24cad7
commit
f6d3ed2395
4 changed files with 4 additions and 4 deletions
|
@ -37,7 +37,7 @@ export {
|
|||
## When true, use a Broker data store, else use a regular Zeek set
|
||||
## with keys uniformly distributed over proxy nodes in cluster
|
||||
## operation.
|
||||
const use_cert_store = T &redef;
|
||||
const use_cert_store = F &redef;
|
||||
|
||||
type AddrCertHashPair: record {
|
||||
host: addr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue