interface TimeOptions {
    maxClockOffset?: number;
}

Properties

Properties

maxClockOffset?: number

Maximum allowed clock offset in milliseconds.

Default Value

60000

Remarks

Minimum is 0. However, setting to 0 is inadvisable because it would require consumer and producer to have precisely synchronized clocks.

Generated using TypeDoc