We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d652ec8 commit 68fe053Copy full SHA for 68fe053
src/js/tabs/onboard_logging.js
@@ -492,7 +492,7 @@ onboard_logging.initialize = function (callback) {
492
show_saving_dialog();
493
494
// START PATCH: minimal retry for null/missing blocks
495
- const MAX_SIMPLE_RETRIES = 1;
+ const MAX_SIMPLE_RETRIES = 5;
496
let simpleRetryCount = 0;
497
498
function onChunkRead(chunkAddress, chunkDataView, bytesCompressed) {
0 commit comments