Skip to content

Commit 8b0420e

Browse files
committed
Removed comment
1 parent 14c453f commit 8b0420e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/store_big_data.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ async function processJob(typedApi, workerId, signer, chunk) {
101101
`Worker ${workerId} submitting tx for chunk ${chunk.cid} of size ${chunk.len} bytes`
102102
);
103103

104-
// Use longer timeout (120s) for parallel workers to avoid timeouts under heavy load
105104
let { cid, blockHash, blockNumber } = await store(typedApi, signer.signer, chunk.bytes);
106105
pushToResultQueue({ cid, blockNumber });
107106
if (blockNumber !== undefined) {

0 commit comments

Comments
 (0)