stuff
This commit is contained in:
parent
7ba58ee8d6
commit
d7b32996b3
@ -21,7 +21,7 @@ var checkDroplet = function(id, time){
|
|||||||
workers.push(makeWokerObj(worker));
|
workers.push(makeWokerObj(worker));
|
||||||
isCheckingWorkers = false;
|
isCheckingWorkers = false;
|
||||||
return ch;
|
return ch;
|
||||||
}else if(worker.status == 'new'){
|
}else{
|
||||||
setTimeout(function(){
|
setTimeout(function(){
|
||||||
checkDroplet(id)
|
checkDroplet(id)
|
||||||
}, time);
|
}, time);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user