changeCacheDuration property

Duration changeCacheDuration
final

The duration to keep a change ID in the cache to prevent duplicate processing.

This should be long enough to account for network latency and potential delivery of the same event via multiple channels (e.g., WebSocket + Push), but short enough not to consume excessive memory.

Implementation

final Duration changeCacheDuration;