Refs #150 -- Trying to reduce latency

This commit is contained in:
Raphael Michel
2016-07-07 19:44:19 +02:00
parent 8aaf334096
commit 5b9d19b463
2 changed files with 41 additions and 39 deletions

View File

@@ -35,7 +35,7 @@ function async_task_callback(data, jqXHR, status) {
}
async_task_id = data.async_id;
async_task_check_url = data.check_url;
async_task_timeout = window.setTimeout(async_task_check, 250);
async_task_timeout = window.setTimeout(async_task_check, 100);
}
function async_task_error(jqXHR, textStatus, errorThrown) {