httpReadTimeoutDefault
Global default read timeout for EventSource http clients.
If data is not received without the read timeout, a cancellation error will cause a reconnection attempt to be initiated.
Note: EventSources can override the HTTP read timeout by customizing the httpClient
constructor parameters. This default applies to instances that use a system create client.