Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit fa38328

Browse files
author
Akim
authored
fix: Dial interval (#421)
Fix dial interval
1 parent 628e601 commit fa38328

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/core/js-client/src/connection/RelayConnection.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ export class RelayConnection implements IConnection {
143143
...(this.config.dialTimeoutMs !== undefined
144144
? {
145145
dialTimeout: this.config.dialTimeoutMs,
146-
autoDialInterval: 0,
147146
}
148147
: {}),
149148
},

0 commit comments

Comments
 (0)