Skip to content

Commit 68fe053

Browse files
committed
try 5 retries not just one
1 parent d652ec8 commit 68fe053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/tabs/onboard_logging.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ onboard_logging.initialize = function (callback) {
492492
show_saving_dialog();
493493

494494
// START PATCH: minimal retry for null/missing blocks
495-
const MAX_SIMPLE_RETRIES = 1;
495+
const MAX_SIMPLE_RETRIES = 5;
496496
let simpleRetryCount = 0;
497497

498498
function onChunkRead(chunkAddress, chunkDataView, bytesCompressed) {

0 commit comments

Comments
 (0)