Skip to content

Commit 0547b79

Browse files
committed
Lower retries a bit
1 parent 98cfe8e commit 0547b79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/copyDb.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ async function copyDbToRocks(sourceRootStore, sourceDatabase: string, targetPath
419419
async function copyDbiToRocks(sourceDbi, targetDbi, isPrimary, transaction) {
420420
let recordsCopied = 0;
421421
let skippedRecord = 0;
422-
let retries = 10000000;
422+
let retries = 1000000;
423423
let start = null;
424424
while (retries-- > 0) {
425425
try {

0 commit comments

Comments
 (0)