maxDelay property

int maxDelay
final

The maximum delay to wait before reconnecting. If the calculated delay is greater than this value, this value will simply be used instead.

Defaults to 60000 (60s).

Implementation

final int maxDelay;