Fix upstream relay batchingInterval (#425)
This commit is contained in:
parent
aa0b5743b5
commit
b2c141c25f
1 changed files with 1 additions and 0 deletions
|
|
@ -188,6 +188,7 @@ class Relay extends Server {
|
|||
realms: this.options.destination.realms,
|
||||
host: this.options.destination.host,
|
||||
port: this.options.destination.port,
|
||||
batchingInterval: this.options.batchingInterval,
|
||||
onMsaCode: (code) => {
|
||||
if (this.options.onMsaCode) {
|
||||
this.options.onMsaCode(code, ds)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue