Skip to content

Commit

Permalink
Increase the time between status requests (increasing overall timeout) (
Browse files Browse the repository at this point in the history
#3605)

Increase the time between status intervals (increasing overall timeout)
  • Loading branch information
blckmn committed Oct 13, 2023
1 parent 848d412 commit 748a01d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/tabs/firmware_flasher.js
Original file line number Diff line number Diff line change
Expand Up @@ -1011,7 +1011,7 @@ firmware_flasher.initialize = function (callback) {
updateStatus('Processing', response.key, retries * 10, false);
retries = retries + 1;
});
}, 4000);
}, 5000);
});
}, onLoadFailed);
}
Expand Down

0 comments on commit 748a01d

Please sign in to comment.