Expand description
Runtime-tunable key/value settings (the settings table). Operator-set policy that should take
effect without an env change + restart — e.g. the recording disk limits the dashboard can change.
Readers fall back to the static env Config when a key is unset, so the
env values remain the defaults.
Constants§
- RECORDING_
MAX_ BYTES - Global recording size cap, in bytes (overrides
HELDAR_MAX_RECORDINGS_GB). - RECORDING_
MIN_ FREE_ BYTES - Free-disk floor on the recordings filesystem, in bytes (overrides
HELDAR_MIN_FREE_DISK_GB).