DEFAULT_RECONNECT_DELAY_MS

Default base delay in milliseconds for exponential backoff reconnection.

This is the initial delay before the first reconnection attempt. Subsequent attempts use exponentially increasing delays up to DEFAULT_MAX_RECONNECT_DELAY_MS.