maxDelay property
The maximum delay between two graph messages.
By default, the graph is sent if a RefenaEvent is emitted.
This maximum delay is used to still keep the graph up-to-date by
sending the graph even if no event is emitted.
The real delay might be higher if the graph does not change.
Implementation
final Duration maxDelay;