fix: Dial interval (#421)

Fix dial interval
This commit is contained in:
Akim
2024-01-31 20:32:37 +07:00
committed by GitHub
parent 628e60173b
commit fa38328fdd

View File

@ -143,7 +143,6 @@ export class RelayConnection implements IConnection {
...(this.config.dialTimeoutMs !== undefined
? {
dialTimeout: this.config.dialTimeoutMs,
autoDialInterval: 0,
}
: {}),
},