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 af0f746 commit 83e8efdCopy full SHA for 83e8efd
src/js/tabs/onboard_logging.js
@@ -488,8 +488,8 @@ onboard_logging.initialize = function (callback) {
488
show_saving_dialog();
489
490
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
+ const BASE_RETRY_BACKOFF_MS = 50; // starting backoff
+ const INTER_BLOCK_DELAY_MS = 10; // small delay between successful blocks
493
const startTime = new Date().getTime();
494
495
prepare_file(async (fileWriter) => {
0 commit comments