property SsePluginOptions.scalingNotice
Since 0.2.0

Whether to log one info line at registration when no realtime backplane is registered, stating that channels broadcast in-process only. Defaults to true.

Set false to silence it — appropriate when you have decided single-replica fan-out is correct for this deployment and do not want the line on every startup. It suppresses only the message: channel delivery is unaffected either way, and the notice never appears once a backplane is registered.

Type

boolean

Usage

import { type SsePluginOptions } from "sse-plugin/src/index.ts";