# DEFAULT_INVALIDATION_TIMEOUT variable · @imqueue/pg-cache

Source: https://imqueue.org/api/pg-cache/latest/pg-cache.default_invalidation_timeout/
Published: 2026-08-31
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/pg-cache 5.1.4 — generated reference, not hand-written

Default time `start()` waits for the change-notify triggers and the channel subscriptions to be confirmed, in milliseconds.

**Signature:**

```typescript
DEFAULT_INVALIDATION_TIMEOUT = 30000
```

## Remarks

Reaching it means the database accepted a connection but the invalidation setup never finished, which is a broken deployment rather than a slow one: long enough not to trip on a loaded database, short enough that a service cannot sit in `start()` indefinitely.

