timeout of ajax, Methods Webix Docs
max time for ajax request in milliseconds
void timeout(number time);
time
Example
webix.ajax().timeout(3000).get("data.php");
Details
If connection is slow and data loading takes more time, the AJAX-call will stop and trigger an error callback.