What is the default timeout for webix ajax request?

What is the default timeout for webix ajax request?

The XMLHttpRequest.timeout property is an unsigned long representing the number of milliseconds a request can take before automatically being terminated. The default value is 0, which means there is no timeout.

Yeah got it

Thanks Intregal