property StaticDiscoveryOptions.watchIntervalMs

Milliseconds between watch() polls.

The list is immutable by construction, so a static watch fires once with it and never again — this exists so the option is uniform across the two poll-based arms, and the static watch reads it only to schedule that first delivery on the next tick.

Type

number

Usage

import { type StaticDiscoveryOptions } from "service-discovery-plugin/src/index.ts";