fastReconnectLimit

When a client first connects to the server, it downloads all data from the server before it begins to upload local changes. This typically reduces the total amount of merging needed and gets the local client into a useful state faster. If a disconnect and reconnect happens within the time span of the fast reconnect limit, this is skipped and the session behaves as if it were continuously connected.