Skip to content

Commit a5a0a16

Browse files
chore(txm): decreased time after retry connection
1 parent a5815ef commit a5a0a16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/txm/lib/BlockMonitor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ export class BlockMonitor {
6767
this.unwatch = undefined
6868
}
6969

70-
setTimeout(() => this.start(), 1000)
70+
setTimeout(() => this.start(), 500)
7171
}
7272
}

0 commit comments

Comments
 (0)