PgCacheOptions.invalidationTimeout property
How long start() waits for the change-notify triggers and the channel subscriptions to be confirmed, in milliseconds. Defaults to DEFAULT_INVALIDATION_TIMEOUT; a non-positive value falls back to the same.
Signature:
invalidationTimeout?: number;
Remarks
On expiry start() resolves with a warning rather than hanging: a database that accepts a connection but never confirms the subscription is a broken deployment, and a service that cannot invalidate is still a service that works. Whether it then caches is PgCacheOptions.requireInvalidation.
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.