set timeout of mytasks ajax call to 1000ms

This commit is contained in:
Uwe Steinmann 2016-08-02 11:49:52 +02:00
parent 5adaf41288
commit 45fd0bf934

View File

@ -892,7 +892,7 @@ $(document).ready(function() {
revision_count = data.data.revision.length;
}
},
timeout: 200
timeout: 1000
});
timeOutId = setTimeout(checkTasks, 10000);
}