init-bare: Default to CLUSTER_BACKEND_NONE

This commit is contained in:
Arne Welzel 2025-09-24 14:39:30 +02:00
parent 777a05fd0d
commit e108c8f10b

View file

@ -6011,8 +6011,8 @@ module Cluster;
export { export {
type Cluster::Pool: record {}; type Cluster::Pool: record {};
## Cluster backend to use. Default is the broker backend. ## Cluster backend to use. Default is the None backend.
const backend = Cluster::CLUSTER_BACKEND_BROKER &redef; const backend = Cluster::CLUSTER_BACKEND_NONE &redef;
## The event serializer to use by the cluster backend. ## The event serializer to use by the cluster backend.
## ##