fastReconnectLimit property

Duration fastReconnectLimit
final

Controls the maximum amount of time since the loss of a prior connection, for a new connection to be considered a "fast reconnect".

When a client first connects to the server, it defers uploading any local changes until it has downloaded all changesets from the server. This typically reduces the total amount of merging that has to be done, and is particularly beneficial the first time that a specific client ever connects to the server.

When an existing client disconnects and then reconnects within the "fact reconnect" time this is skipped and any local changes are uploaded immediately without waiting for downloads, just as if the client was online the whole time.

Defaults to 1 minute.

Implementation

final Duration fastReconnectLimit;