eventTimeoutDefault
Global default time interval for event timeout.
If an event is not received within the specified timeout the connection is forcibly restarted. If set to null, the default will be that event timeouts are disabled.
Each EventSource can override this setting in its constructor using the eventTimeout
constructor parameter.