mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
init-bare: Default to CLUSTER_BACKEND_NONE
This commit is contained in:
parent
78ce723078
commit
1570dd6a96
1 changed files with 2 additions and 2 deletions
|
@ -6011,8 +6011,8 @@ module Cluster;
|
|||
export {
|
||||
type Cluster::Pool: record {};
|
||||
|
||||
## Cluster backend to use. Default is the broker backend.
|
||||
const backend = Cluster::CLUSTER_BACKEND_BROKER &redef;
|
||||
## Cluster backend to use. Default is the None backend.
|
||||
const backend = Cluster::CLUSTER_BACKEND_NONE &redef;
|
||||
|
||||
## The event serializer to use by the cluster backend.
|
||||
##
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue