We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df55c93 commit 1f38cc9Copy full SHA for 1f38cc9
1 file changed
src/publish/confluence/confluence.ts
@@ -452,10 +452,7 @@ async function publish(
452
uploadAttachmentsResult.push(res);
453
454
if (i < attachmentsToUpload.length - 1) {
455
- // short backoff between uploads
456
- const t0 = performance.now();
457
await sleep(ATTACHMENT_UPLOAD_DELAY_MS);
458
- trace("[ATTACHMENT] sleptMs", { ms: Math.round(performance.now() - t0) }, LogPrefix.ATTACHMENT);
459
}
460
461
trace(
0 commit comments