connectionLingerTime property

Duration connectionLingerTime
final

Controls the amount of time to keep a connection open after all sessions have been abandoned.

After all synchronized Realms have been closed for a given server, the connection is kept open until the linger time has expired to avoid the overhead of reestablishing the connection when Realms are being closed and reopened.

Defaults to 30 seconds.

Implementation

final Duration connectionLingerTime;