Skip to main content
Cluster.settings - cluster - Node documentation
property Cluster.settings

Usage in Deno

import { type Cluster } from "node:cluster";

After calling .setupPrimary() (or .fork()) this settings object will contain the settings, including the default values.

This object is not intended to be changed or set manually.

Type

Back to top