修改一个小bug

This commit is contained in:
luchenqun 2017-03-09 22:16:07 +08:00
parent a9a21b1bd2
commit 3cd8f5c253
1 changed files with 3 additions and 1 deletions

View File

@ -930,7 +930,7 @@ api.getSnapByTimer = function() {
api.getFaviconByTimer = function() {
console.log('getFaviconByTimer...........');
var timeout = 3000;
var timeout = 30000;
var busy = false;
setInterval(function() {
if (busy) {
@ -995,6 +995,8 @@ api.getFaviconByTimer = function() {
});
});
}
} else {
busy = false;
}
})
.catch((err) => {