Skip to content

Commit 83e8efd

Browse files
committed
tweak timeout values
1 parent af0f746 commit 83e8efd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/js/tabs/onboard_logging.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -488,8 +488,8 @@ onboard_logging.initialize = function (callback) {
488488
show_saving_dialog();
489489

490490
const MAX_SIMPLE_RETRIES = 5;
491-
const BASE_RETRY_BACKOFF_MS = 30; // starting backoff
492-
const INTER_BLOCK_DELAY_MS = 2; // small delay between successful blocks
491+
const BASE_RETRY_BACKOFF_MS = 50; // starting backoff
492+
const INTER_BLOCK_DELAY_MS = 10; // small delay between successful blocks
493493
const startTime = new Date().getTime();
494494

495495
prepare_file(async (fileWriter) => {

0 commit comments

Comments
 (0)