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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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