Skip to content

Commit b2c141c

Browse files
authored
Fix upstream relay batchingInterval (#425)
1 parent aa0b574 commit b2c141c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/relay.js

+1
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ class Relay extends Server {
188188
realms: this.options.destination.realms,
189189
host: this.options.destination.host,
190190
port: this.options.destination.port,
191+
batchingInterval: this.options.batchingInterval,
191192
onMsaCode: (code) => {
192193
if (this.options.onMsaCode) {
193194
this.options.onMsaCode(code, ds)

0 commit comments

Comments
 (0)